summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* removed Thread_queue_Get_number_waitingMark Johannes1996-08-134-50/+0
|
* deleted a line for spacing correctionJoel Sherrill1996-08-131-1/+0
|
* _POSIX_Condition_variables_Wait_support: changed status of lock and unlock ↵Mark Johannes1996-08-131-2/+2
| | | | to return EINVAL is there is an error
* 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
|
* _POSIX_Condition_variables_Wait_support: fixed the timeout sequence.Mark Johannes1996-08-131-7/+25
|
* fixed spacingJoel Sherrill1996-08-131-2/+2
|
* corrected problem in which sigtimedwait() was being invoked withJoel Sherrill1996-08-131-60/+3
| | | | | | the wrong mask. removed code which was commented out. This code was in another test.
* chenaged format of outputJoel Sherrill1996-08-131-2/+6
|
* added include of errno.h so the test can check for EINTR.Joel Sherrill1996-08-131-0/+1
|
* nanosleep now returns -1 and EINTR when a signal interrupts EINTR.Joel Sherrill1996-08-131-2/+8
|
* removed errors for TOD not set yet.Joel Sherrill1996-08-131-9/+9
| | | | made nanosleep return -1/EINTR for being interrupted for a signal.
* added page break before sysconf()Joel Sherrill1996-08-131-1/+3
|
* 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
|
* added test cases for clock_getresJoel Sherrill1996-08-121-9/+27
|
* clock_getres: added error check for NULL pointer being passed in.Joel Sherrill1996-08-121-0/+3
|
* sleep: wrong page numberJoel Sherrill1996-08-121-1/+1
|
* removed comment about NO_UNINITIALIZED_WARNINGS since that macroJoel Sherrill1996-08-121-7/+0
| | | | no longer exists.
* added test case for stack too largeJoel Sherrill1996-08-121-0/+7
|
* nanosleep: verify rqtp parameter is non-NULL.Joel Sherrill1996-08-121-0/+7
| | | | nanosleep: return 0 time remaining for a yield case.
* added test cases for clock_gettime (invalid id), clock_settime (invalid_id),Joel Sherrill1996-08-121-0/+48
| | | | nanosleep (yield cpu), and numerous error cases in nanosleep
* added test case for non-NULL parameter to time()Joel Sherrill1996-08-121-0/+6
|
* time: It is not an error if the TOD is not set.Joel Sherrill1996-08-121-2/+4
|
* Wait_support: removed the calls to mutex core to posix status codesMark Johannes1996-08-121-2/+2
|
* mutex.h: removes the promotion of core status code to POSXI status codesMark Johannes1996-08-122-24/+0
|
* fixed spacing ; moved a dummy MP support routine to clean up printout.Joel Sherrill1996-08-121-9/+10
|
* _POSIX_Mutex_Get: made null id an errorJoel Sherrill1996-08-122-0/+10
|
* pthread_mutex_getprioceiling: added error check for null old_ceilingJoel Sherrill1996-08-121-2/+4
| | | | | pthread_mutex_setprioceiling: added comment indicating an error was impossible to generate.
* added numerous error test cases.Joel Sherrill1996-08-122-14/+157
|
* mutex.h: promoted out _POSIX_Mutex_From_core_mutex_statusMark Johannes1996-08-122-0/+24
|
* _POSIX_Condition_variables_Wait_support: added ↵Mark Johannes1996-08-121-4/+5
| | | | _POSIX_Mutex_From_core_mutex_status for the two calls to the mutex manager
* _POSIX_Condition_variables_Signal_support: added setting mutex back to NULLMark Johannes1996-08-121-5/+7
| | | | | | if the queue has been emptied of waiting tasks. _POSIX_Condition_variables_Wait_support: added error check for different mutexesfor the same condition variable. Also added _Thread_queue_Enter_critical_section
* pthread_mutexattr_setprioceiling: fixed typoJoel Sherrill1996-08-121-1/+1
|
* pthread_mutexattr_setprioceiling: valid priority ceiling check looked atJoel Sherrill1996-08-121-1/+1
| | | | value in attribute structure instead of passed in priority
* pthread_mutexattr_getprotocol: added check for attribute structure beingJoel Sherrill1996-08-121-1/+1
| | | | initialized
* 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
|
* added test cases for errors in pthread_mutexattr_getpsharedJoel Sherrill1996-08-091-1/+16
|
* added code to catch NULL pointers for return values passed to get routinesJoel Sherrill1996-08-091-6/+9
|
* added test cases for EINVAL cases in pthread_mutexattr_destroyJoel Sherrill1996-08-091-1/+21
|
* added test case for pthread_mutexattr_init being passed a null pointer.Joel Sherrill1996-08-091-0/+4
|
* changed style of output to match other testsJoel Sherrill1996-08-091-40/+51
|
* system.h: initial cvsMark Johannes1996-08-091-0/+53
|
* lowered maximum number of threads to 2 to make test case easier.Joel Sherrill1996-08-091-0/+3
| | | | include sched.h so test can invoke scheduler routines.
* added test case for sched_yield.Joel Sherrill1996-08-091-6/+14
| | | | changed format of some output.