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