summaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Expand)AuthorFilesLines
1996-08-13removed Thread_queue_Get_number_waitingMark Johannes4-50/+0
1996-08-13deleted a line for spacing correctionJoel Sherrill1-1/+0
1996-08-13_POSIX_Condition_variables_Wait_support: changed status of lock and unlock to...Mark Johannes1-2/+2
1996-08-13task_2: added comments and print statement for task exitMark Johannes1-0/+1
1996-08-13task_1: added comments and print statement for task exitMark Johannes1-0/+5
1996-08-13Init.c: added timewait case, added broadcast caseMark Johannes1-3/+28
1996-08-13_POSIX_Condition_variables_Wait_support: fixed the timeout sequence.Mark Johannes1-7/+25
1996-08-13fixed spacingJoel Sherrill1-2/+2
1996-08-13corrected problem in which sigtimedwait() was being invoked withJoel Sherrill1-60/+3
1996-08-13chenaged format of outputJoel Sherrill1-2/+6
1996-08-13added include of errno.h so the test can check for EINTR.Joel Sherrill1-0/+1
1996-08-13nanosleep now returns -1 and EINTR when a signal interrupts EINTR.Joel Sherrill1-2/+8
1996-08-13removed errors for TOD not set yet.Joel Sherrill1-9/+9
1996-08-13added page break before sysconf()Joel Sherrill1-1/+3
1996-08-12task_1: added to handle cases of waiting tasks on condition variablesMark Johannes1-0/+60
1996-08-12system.h: added protoypes for task and task2, added mutex id, and task idsMark Johannes1-1/+10
1996-08-12Init.c: added cases for signal, wait and broadcastMark Johannes1-7/+26
1996-08-12Task2: new task for broadcast caseMark Johannes1-0/+46
1996-08-12added test cases for clock_getresJoel Sherrill1-9/+27
1996-08-12clock_getres: added error check for NULL pointer being passed in.Joel Sherrill1-0/+3
1996-08-12sleep: wrong page numberJoel Sherrill1-1/+1
1996-08-12removed comment about NO_UNINITIALIZED_WARNINGS since that macroJoel Sherrill1-7/+0
1996-08-12added test case for stack too largeJoel Sherrill1-0/+7
1996-08-12nanosleep: verify rqtp parameter is non-NULL.Joel Sherrill1-0/+7
1996-08-12added test cases for clock_gettime (invalid id), clock_settime (invalid_id),Joel Sherrill1-0/+48
1996-08-12added test case for non-NULL parameter to time()Joel Sherrill1-0/+6
1996-08-12time: It is not an error if the TOD is not set.Joel Sherrill1-2/+4
1996-08-12Wait_support: removed the calls to mutex core to posix status codesMark Johannes1-2/+2
1996-08-12mutex.h: removes the promotion of core status code to POSXI status codesMark Johannes2-24/+0
1996-08-12fixed spacing ; moved a dummy MP support routine to clean up printout.Joel Sherrill1-9/+10
1996-08-12_POSIX_Mutex_Get: made null id an errorJoel Sherrill2-0/+10
1996-08-12pthread_mutex_getprioceiling: added error check for null old_ceilingJoel Sherrill1-2/+4
1996-08-12added numerous error test cases.Joel Sherrill2-14/+157
1996-08-12mutex.h: promoted out _POSIX_Mutex_From_core_mutex_statusMark Johannes2-0/+24
1996-08-12_POSIX_Condition_variables_Wait_support: added _POSIX_Mutex_From_core_mutex_s...Mark Johannes1-4/+5
1996-08-12_POSIX_Condition_variables_Signal_support: added setting mutex back to NULLMark Johannes1-5/+7
1996-08-12pthread_mutexattr_setprioceiling: fixed typoJoel Sherrill1-1/+1
1996-08-12pthread_mutexattr_setprioceiling: valid priority ceiling check looked atJoel Sherrill1-1/+1
1996-08-12pthread_mutexattr_getprotocol: added check for attribute structure beingJoel Sherrill1-1/+1
1996-08-12Init: added pthread_cond_init with an attr non-NULL, initialized the attr againMark Johannes1-0/+8
1996-08-12Init: added prliminary phtread_cond_init and destroy cases.Mark Johannes1-0/+9
1996-08-12system.h: added condition variable #define for 10 condition variablesMark Johannes1-0/+2
1996-08-09added test cases for errors in pthread_mutexattr_getpsharedJoel Sherrill1-1/+16
1996-08-09added code to catch NULL pointers for return values passed to get routinesJoel Sherrill1-6/+9
1996-08-09added test cases for EINVAL cases in pthread_mutexattr_destroyJoel Sherrill1-1/+21
1996-08-09added test case for pthread_mutexattr_init being passed a null pointer.Joel Sherrill1-0/+4
1996-08-09changed style of output to match other testsJoel Sherrill1-40/+51
1996-08-09system.h: initial cvsMark Johannes1-0/+53
1996-08-09lowered maximum number of threads to 2 to make test case easier.Joel Sherrill1-0/+3
1996-08-09added test case for sched_yield.Joel Sherrill1-6/+14