summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/psx10/init.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* updated copyright to 1998Joel Sherrill1998-02-171-1/+1
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-081-2/+2
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-221-5/+5
* Fixed test to match change to pthread_cond_timedwait which now takes a wallMark Johannes1996-09-121-26/+32
* Changed test 5 to test 10 at bottomMark Johannes1996-08-231-1/+1
* Commented out the EINVAL for mutex not acquired befor cond_wait callMark Johannes1996-08-221-4/+9
* init: added error case for wait timedwait, and wait supportMark Johannes1996-08-141-8/+153
* Init.c: added timewait case, added broadcast caseMark Johannes1996-08-131-3/+28
* Init.c: added cases for signal, wait and broadcastMark Johannes1996-08-121-7/+26
* Init: added pthread_cond_init with an attr non-NULL, initialized the attr againMark Johannes1996-08-121-0/+8
* Init: added prliminary phtread_cond_init and destroy cases.Mark Johannes1996-08-121-0/+9
* Init: added condattr - destroy, init, set and get casesMark Johannes1996-08-091-5/+6
* Init: Original file - tests for condition variables.Mark Johannes1996-08-081-0/+94