summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/src/thread.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Port of RTEMS to the Texas Instruments C3x/C4x DSP families includingJoel Sherrill2000-07-261-0/+2
* Updated copyright notice.Joel Sherrill1999-11-171-2/+1
* Thread Handler split into multiple files. Eventually, as RTEMS isJoel Sherrill1999-05-171-1304/+0
* Added --disable-multiprocessing flag and modified a lot of files to makeJoel Sherrill1998-11-231-0/+2
* Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill1998-11-191-0/+8
* IDLE task stack size now specified as a field in the CPU Table for allJoel Sherrill1998-09-231-2/+7
* Ralf Corsepius noted that there was a dead path in _Thread_Initialize.Joel Sherrill1998-02-181-6/+2
* updated copyright to 1998Joel Sherrill1998-02-171-1/+1
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-081-2/+2
* Added support for context switching the data used by the gcc m68kJoel Sherrill1997-05-281-1/+1
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-221-5/+5
* added support for tracking thread cpu usage.Joel Sherrill1997-04-091-0/+2
* Modified calls to _Thread_Change_priority to take a third argument. The newJoel Sherrill1997-03-081-3/+30
* added some casts to reduce warnings reported by users with Microtec C++Joel Sherrill1997-01-081-10/+14
* added support for cpu time used field in tcbJoel Sherrill1996-10-151-0/+16
* _Thread_Start_multitasking: added code to initialize the floating pointJoel Sherrill1996-08-151-1/+25
* Added code so post context switch extensions can be run on every contextJoel Sherrill1996-06-131-2/+5
* added code to _Thread_Clear_state to check if the state was not currently set.Joel Sherrill1996-06-101-13/+19
* Added Sporadic Server support to posix threads which required changesJoel Sherrill1996-06-061-26/+49
* added cpu_time_budget field to Thread_Control and removed the global variableJoel Sherrill1996-06-051-4/+3
* fixed spacingJoel Sherrill1996-06-051-1/+1
* added support for the api providing the thread stack areaJoel Sherrill1996-06-051-23/+33
* changed call to _ISR_Enable() to _ISR_Set_level() in _Thread_Handler.Joel Sherrill1996-05-281-1/+1
* invoke thread stack free routine instead of Workspace free.Joel Sherrill1996-05-231-2/+26
* added comment regarding stack alignment issues to thread stack allocationJoel Sherrill1996-04-241-0/+14
* thread.c: added support for optional user provided stack allocatorJoel Sherrill1996-04-221-8/+80
* *** empty log message ***Joel Sherrill1996-03-211-4/+4
* Removed the internal thread objects and dispersed its contents toJoel Sherrill1996-02-211-5/+105
* removed arguments from _Thread_Start_multitaskingJoel Sherrill1996-02-141-12/+10
* white space problemJoel Sherrill1996-02-141-1/+0
* changed post task extension from user set to api set and added flagJoel Sherrill1996-02-131-1/+6
* SPARC port passes all testsJoel Sherrill1995-10-301-1/+5
* posix support initially addedJoel Sherrill1995-09-261-10/+10
* More file movementJoel Sherrill1995-09-211-1/+0
* Modifications from Tony Bennett accepted to return aligned block.Joel Sherrill1995-09-191-0/+1
* Initial attempt at building HP PA-RISC using Solaris hosted tools.Joel Sherrill1995-09-121-0/+3
* The word "RTEMS" almost completely removed from the core.Joel Sherrill1995-09-111-131/+106
* Added unused priority ceiling parameter to rtems_semaphore_create.Joel Sherrill1995-08-281-23/+293
* Moved _Thread_Information -> _RTEMS_tasks_Information.Joel Sherrill1995-08-231-20/+27
* Support for variable length names added to Object Handler. This supportsJoel Sherrill1995-08-231-5/+7
* Fixed missing RCS IdsJoel Sherrill1995-08-221-1/+1
* + Added object type field to object id.Joel Sherrill1995-08-181-0/+1
* bug fixes to make macro implementations workJoel Sherrill1995-08-161-5/+5
* Switched to events for mp receive server and eliminated the specialJoel Sherrill1995-07-311-1/+2
* changed release number to 3.2.0Joel Sherrill1995-06-041-9/+10
* Initial revisionJoel Sherrill1995-05-111-0/+805