summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pthread.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: replace current and real priority with priority nodeGedare Bloom2018-03-231-7/+7
* 2011-07-31 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-07-311-1/+1
* 2010-04-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-04-251-4/+9
* Reflect POSIX sched_parm changes.Ralf Corsepius2010-04-031-9/+9
* 2009-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-09-261-2/+2
* 2009-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-191-57/+53
* 2009-08-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-011-6/+2
* 2009-07-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-07-031-1/+3
* 2009-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-06-291-1/+0
* 2009-06-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-06-241-2/+7
* Eliminate TRUE/FALSE.Ralf Corsepius2009-02-031-6/+6
* Add __attribute__((unused)) to unused function args.Ralf Corsepius2009-01-021-3/+3
* 2008-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-171-14/+6
* 2008-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-081-0/+1
* Convert to "bool".Ralf Corsepius2008-09-041-3/+3
* 2008-08-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-181-1/+0
* 2008-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-06-131-1/+1
* 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