summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/headers/thread.h (unfollow)
Commit message (Expand)AuthorFilesLines
1999-02-18Should have been removed from cvs early.Joel Sherrill1-637/+0
1998-11-23Added --disable-multiprocessing flag and modified a lot of files to makeJoel Sherrill1-0/+8
1998-11-19Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill1-0/+7
1998-09-23IDLE task stack size now specified as a field in the CPU Table for allJoel Sherrill1-8/+0
1998-02-17updated copyright to 1998Joel Sherrill1-1/+1
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill1-2/+2
1997-10-06Fixed comment.Joel Sherrill1-1/+1
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill1-5/+5
1997-03-08Modified calls to _Thread_Change_priority to take a third argument. The newJoel Sherrill1-1/+2
1997-01-08added type definitions for all supported task entry formatsJoel Sherrill1-1/+6
1996-10-15added cpu time used field to tcbJoel Sherrill1-0/+1
1996-06-13Added code so post context switch extensions can be run on every contextJoel Sherrill1-0/+7
1996-06-06Added Sporadic Server support to posix threads which required changesJoel Sherrill1-34/+64
1996-06-05added cpu_time_budget field to Thread_Control and removed the global variableJoel Sherrill1-2/+2
1996-06-05added boolean to indicate whether or not the stack area was providedJoel Sherrill1-0/+1
1996-05-28split the inclusion of "EXTERN" data based on whether it was sapi,Joel Sherrill1-11/+11
1996-04-19changes to compile in macro configuration without warnings.Joel Sherrill1-0/+14
1996-03-06Removed prototyes for static inline routines and moved the comments intoJoel Sherrill1-268/+2
1996-02-21Removed the internal thread objects and dispersed its contents toJoel Sherrill1-0/+70
1996-02-14Removed arguments from _Thread_Start_multitasking.Joel Sherrill1-4/+1
1996-02-13changed post task extension from user set to api set and added flagJoel Sherrill1-0/+1
1996-02-13comma removed from end of last enumerated elementJoel Sherrill1-1/+1
1995-09-26posix support initially addedJoel Sherrill1-14/+15
1995-09-11The word "RTEMS" almost completely removed from the core.Joel Sherrill1-125/+100
1995-08-28Added unused priority ceiling parameter to rtems_semaphore_create.Joel Sherrill1-22/+101
1995-08-23Moved _Thread_Information -> _RTEMS_tasks_Information.Joel Sherrill1-8/+0
1995-08-18+ Added object type field to object id.Joel Sherrill1-5/+3
1995-08-17Numerous miscellaneous features incorporated from Tony BennettJoel Sherrill1-0/+1
1995-08-11added constant for number of notepadsJoel Sherrill1-8/+10