summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed screen to match actual output.Joel Sherrill1998-04-271-3/+2
* updated copyright to 1998Joel Sherrill1998-02-175-5/+5
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-085-10/+10
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-225-25/+25
* Fixed test to match change to pthread_cond_timedwait which now takes a wallMark Johannes1996-09-121-26/+32
* Filled in screenMark Johannes1996-08-231-0/+60
* 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
* system.h: added task3 and changed condition variable config to 1Mark Johannes1996-08-141-1/+6
* task3: added to test error case in Wait_support for lock on mutexMark Johannes1996-08-141-0/+46
* init: added error case for wait timedwait, and wait supportMark Johannes1996-08-141-8/+153
* task_2: added comments and print statement for task exitMark Johannes1996-08-131-0/+1
* task_1: added comments and print statement for task exitMark Johannes1996-08-131-0/+5
* Init.c: added timewait case, added broadcast caseMark Johannes1996-08-131-3/+28
* task_1: added to handle cases of waiting tasks on condition variablesMark Johannes1996-08-121-0/+60
* system.h: added protoypes for task and task2, added mutex id, and task idsMark Johannes1996-08-121-1/+10
* Init.c: added cases for signal, wait and broadcastMark Johannes1996-08-121-7/+26
* Task2: new task for broadcast caseMark Johannes1996-08-121-0/+46
* 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
* system.h: added condition variable #define for 10 condition variablesMark Johannes1996-08-121-0/+2
* system.h: initial cvsMark Johannes1996-08-091-0/+53
* 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