summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pthread.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 2001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-01-241-0/+4
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-121-2/+2
* Patch from Charles-Antoine Gauthier <charles.gauthier@iit.nrc.ca>Joel Sherrill1999-10-251-0/+8
* Patch from Charles-Antoine Gauthier <charles.gauthier@iit.nrc.ca> to addJoel Sherrill1999-08-301-1/+13
* Patch from Jiri Gaisler <jgais@ws.estec.esa.nl> to allow stacksizeJoel Sherrill1999-05-071-1/+1
* Added include of rtems/posix/cancel.h.Joel Sherrill1999-04-151-0/+1
* Split most of POSIX Threads Manager into multiple files.Joel Sherrill1999-01-251-957/+0
* All task delete API level services were incorrectly assuming that theJoel Sherrill1998-06-181-1/+5
* Changed name from entry to thread_entry to be more compatible withJoel Sherrill1997-07-091-1/+1
* Fixed bug where the initial detachstate was not being set properlyJoel Sherrill1997-03-101-1/+1
* Modified calls to _Thread_Change_priority to take a third argument. The newJoel Sherrill1997-03-081-3/+7
* changed stack size of posix initialization threads to double the minimumJoel Sherrill1996-09-301-0/+3
* moved PTHREAD_MINIMUM_STACK_SIZE from pthread.c to pthread.h so it would beJoel Sherrill1996-09-081-1/+0
* default thread attributes: default value for inheritsched changed fromJoel Sherrill1996-09-051-5/+25
* pthread_create: changed EINVAL for no more threads back to EAGAINMark Johannes1996-08-231-20/+21
* fixed typo for NOTSUP -> ENOTSUPMark Johannes1996-08-151-13/+12
* commented of ENOTSUP until fixed in newlibMark Johannes1996-08-141-0/+1
* sporadic server debugged and working. This required minor changes in allJoel Sherrill1996-08-071-20/+40
* _POSIX_Threads_Delete_extension: reorder to eliminate use of local pointerJoel Sherrill1996-08-061-6/+9
* added page delimiters for comment blocksJoel Sherrill1996-08-011-4/+9
* basic test cases for kill() and alarm().Joel Sherrill1996-06-131-0/+13
* first attempt at adding algorithm to select the thread which willJoel Sherrill1996-06-111-0/+9
* tested blocking a signal, sending it to self, then unblocking it.Joel Sherrill1996-06-111-1/+1
* Basic signal functionality appears to work. pthread_kill() can successfullyJoel Sherrill1996-06-111-1/+2
* first attempt at the routine which vectors signals.Joel Sherrill1996-06-101-1/+3
* key destructor is now run at correct point in pthread_exit() sequence andJoel Sherrill1996-06-071-64/+67
* Made the implementation of pthread_equal conditional on RTEMS_DEBUG. IfJoel Sherrill1996-06-061-0/+10
* completed pthread_setschedparam.Joel Sherrill1996-06-061-73/+130
* added Sporadic Server supportJoel Sherrill1996-06-061-27/+109
* renamed Schedule to schedparam in the posix api control information.Joel Sherrill1996-06-051-11/+22
* make PTHREAD_SCOPE_SYSTEM an unsupported value for contentionscope.Joel Sherrill1996-06-041-2/+11
* made sure _Thread_Enable_dispatch is not invoked in casesJoel Sherrill1996-06-041-5/+0
* made sure routines which called _Objects_Get also calledJoel Sherrill1996-06-041-10/+25
* added some of the required functionality to pthread_setschedparam andJoel Sherrill1996-06-041-31/+71
* renamed the local variable attrp to the_attr in pthread_createJoel Sherrill1996-06-041-11/+11
* added interpretation of scheduling policy and parameter information toJoel Sherrill1996-06-041-5/+30
* added thread queue for list of threads waiting to join.Joel Sherrill1996-06-031-9/+33
* deleted POSIX threads typedef masking Thread_ControlJoel Sherrill1996-06-031-6/+79
* added checks to validate values passed to set attribute routinesJoel Sherrill1996-05-311-18/+52
* moved sleep() from psignal.c to unistd.cJoel Sherrill1996-05-311-0/+32
* posix initialization threads table was misnamed "posix initializationJoel Sherrill1996-05-291-23/+24
* comment clean upJoel Sherrill1996-05-291-2/+3
* added pthread_exitJoel Sherrill1996-05-291-8/+45
* first cut at pthread_createJoel Sherrill1996-05-291-4/+72
* addressed minimum stack size attribute.Joel Sherrill1996-05-291-1/+4
* removed all ifdef's on NOT_IMPLEMENTED.Joel Sherrill1996-05-291-7/+21
* renamed signal.c to psignal.c to avoid naming problems.Joel Sherrill1996-05-291-7/+23
* added initial set of api extension calloutsJoel Sherrill1996-05-281-2/+134
* comment cleanupJoel Sherrill1996-05-281-2/+1
* updates to fix typosJoel Sherrill1996-05-241-13/+7