summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx05/psx05.scn (follow)
Commit message (Collapse)AuthorAgeFilesLines
* posix: Implement self-contained POSIX mutexSebastian Huber2017-10-051-4/+3
| | | | | | | | POSIX mutexes are now available in all configurations and no longer depend on --enable-posix. Update #2514. Update #3112.
* posix: Allow PTHREAD_PROCESS_SHARED for mutexesSebastian Huber2017-09-151-1/+1
| | | | Close #3125.
* posix: pthread_mutexattr_setprioceiling()Sebastian Huber2016-06-221-5/+8
| | | | | | | Accept all priority values in pthread_mutexattr_setprioceiling(). This is in line with POSIX and FreeBSD. The priority is validated in pthread_mutex_init(). Validate the priority only for priority ceiling mutexes.
* 2009-10-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-121-0/+1
| | | | * psx05/init.c, psx05/psx05.scn: Add test for bad mutex type.
* 2009-08-17 Santosh G Vattam <vattam.santosh@gmail.com>Joel Sherrill2009-08-171-0/+1
| | | | | * configure.ac, psx05/init.c, psx05/psx05.scn: Add test case for initializing a recursize mutex.
* 2009-07-28 Santosh G Vattam <vattam.santosh@gmail.com>Joel Sherrill2009-07-281-0/+1
| | | | | * psx05/init.c, psx05/psx05.scn: Add test for pthread_mutex_timedlock with timeout in the past.
* 2009-07-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-07-061-0/+10
| | | | * psx05/init.c, psx05/psx05.scn: Add a couple of invalid Id cases.
* 2009-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-06-291-0/+3
| | | | | * psx05/init.c, psx05/psx05.scn: Add test case for process scope now that the assert has been removed in the source.
* 2002-11-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-141-1/+1
| | | | | | | * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn, psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn, psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn: Per PR239 update the IDs in the various screens.
* Modified to reflect test change where reinitialize mutex test case wasJoel Sherrill1999-10-251-1/+1
| | | | removed.
* Updated scn files to match present expected test output.Jennifer Averett1998-12-031-9/+1
|
* Modified to reflect change from 255 posix priority levels to 254.Joel Sherrill1997-04-181-3/+3
|
* Filled in the screenMark Johannes1996-08-231-0/+111
|
* first test cases for mutex manager passJoel Sherrill1996-07-041-0/+0