summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pthread.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 2008-05-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-05-221-2/+5
* 2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-01-311-2/+2
* 2007-09-14 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-09-141-2/+3
* 2007-04-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-04-171-38/+3
* 2007-04-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-04-051-2/+9
* 2004-09-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-09-271-1/+6
* Remove stray white spaces.Ralf Corsepius2004-04-161-30/+30
* 2004-03-23 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-231-7/+7
* 2002-07-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-051-2/+5
* 2002-07-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-011-12/+14
* 2002-04-08 Chris Johns <ccj@acm.org>Joel Sherrill2002-04-081-0/+1
* 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