summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* key destructor is now run at correct point in pthread_exit() sequence andJoel Sherrill1996-06-076-208/+346
* in newlib nowJoel Sherrill1996-06-063-0/+12
* added include of <sched.h> and fixed warningsJoel Sherrill1996-06-062-4/+6
* Removed assert's from routines which return the error ENOSYS.Joel Sherrill1996-06-062-24/+0
* patch from Tony Bennett on the ifdef for O_NDELAYJoel Sherrill1996-06-063-21/+24
* process oriented scheduler routines now return ENOSYSJoel Sherrill1996-06-062-8/+16
* removed timer_getoverrun() since it was also in ptimer.cJoel Sherrill1996-06-062-22/+0
* Made the implementation of pthread_equal conditional on RTEMS_DEBUG. IfJoel Sherrill1996-06-062-0/+20
* completed pthread_setschedparam.Joel Sherrill1996-06-062-146/+260
* Added Sporadic Server support to posix threads which required changesJoel Sherrill1996-06-066-62/+134
* Added Sporadic Server support to posix threads which required changesJoel Sherrill1996-06-066-105/+195
* added Sporadic Server supportJoel Sherrill1996-06-062-54/+218
* added Sporadic_timer field to support sporadic serverJoel Sherrill1996-06-063-0/+3
* added cpu_time_budget field to Thread_Control and removed the global variableJoel Sherrill1996-06-057-16/+12
* fixed spacingJoel Sherrill1996-06-052-2/+2
* added support for the api providing the thread stack areaJoel Sherrill1996-06-052-46/+66
* added boolean to indicate whether or not the stack area was providedJoel Sherrill1996-06-053-0/+3
* renamed Schedule to schedparam in the posix api control information.Joel Sherrill1996-06-052-22/+44
* added comments to to document the definition of posix priorityJoel Sherrill1996-06-053-0/+24
* added comments to priority.h to document the definition of posix priorityJoel Sherrill1996-06-056-6/+18
* make PTHREAD_SCOPE_SYSTEM an unsupported value for contentionscope.Joel Sherrill1996-06-042-4/+22
* made sure _Thread_Enable_dispatch is not invoked in casesJoel Sherrill1996-06-042-10/+0
* made sure routines which called _Objects_Get also calledJoel Sherrill1996-06-042-20/+50
* added some of the required functionality to pthread_setschedparam andJoel Sherrill1996-06-042-62/+142
* clean up passJoel Sherrill1996-06-042-20/+28
* renamed the local variable attrp to the_attr in pthread_createJoel Sherrill1996-06-042-22/+22
* added test case for sched_get_priority_min, sched_get_priority_max,Joel Sherrill1996-06-042-0/+46
* changed sched_rr_get_interval to use the interval to timespec routine.Joel Sherrill1996-06-042-6/+4
* added interpretation of scheduling policy and parameter information toJoel Sherrill1996-06-046-56/+196
* added scheduling policy and parameter informationJoel Sherrill1996-06-043-0/+9
* added basic test cases for pthread_self and pthread_equalJoel Sherrill1996-06-046-28/+56
* added thread queue for list of threads waiting to join.Joel Sherrill1996-06-032-18/+66
* added thread queue for list of threads waiting to join.Joel Sherrill1996-06-033-0/+6
* added priority ceiling supportJoel Sherrill1996-06-034-66/+126
* added an assert if a pthread_t is not the same size as an Objects_IdJoel Sherrill1996-06-032-4/+10
* deleted POSIX threads typedef masking Thread_ControlJoel Sherrill1996-06-037-41/+184
* deleted POSIX threads typedef masking Thread_ControlJoel Sherrill1996-06-036-33/+18
* updated screenJoel Sherrill1996-06-0310-80/+68
* added test code for return of remaining time from sleep().Joel Sherrill1996-06-032-4/+16
* sleep moved into newlibc.c so the sleep.o object would not be in the library.Joel Sherrill1996-06-033-3/+78
* added test case for nanosleep filling in the time remaining structure.Joel Sherrill1996-06-032-0/+2
* nanosleep now fills in the time remaining structure.Joel Sherrill1996-06-032-8/+6
* renamed _POSIX_Time_Spec_to_interval to _POSIX_Timespec_to_intervalJoel Sherrill1996-06-0315-43/+127
* added test code for nanosleep and return code from sleep.Joel Sherrill1996-06-032-4/+54
* created ptimer.c and moved the timer_* routines out of time.c into ptimer.cJoel Sherrill1996-06-034-116/+152
* added constant for seconds between posix epoch (1970) and rtems epoch (1988).Joel Sherrill1996-06-033-0/+33
* changed so this file is usable from assembly files.Joel Sherrill1996-06-033-150/+192
* added ifdef for sunos 4.x since it does not have strtoul.Joel Sherrill1996-06-034-8/+24
* renamed _TOD_Ticks_since_boot as _Watchdog_Ticks_since_boot so the WatchdogJoel Sherrill1996-05-3127-38/+55
* added checks to validate values passed to set attribute routinesJoel Sherrill1996-05-3112-52/+210