summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/thread.h (unfollow)
Commit message (Expand)AuthorFilesLines
1996-09-30This commit was manufactured by cvs2svn to create tag 'rtems-3-6-0'.3.6.0cvs2git1-623/+0
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