summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/threadimpl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix even more Doxygen issuesJoel Sherrill2015-03-061-0/+2
* Fix a number of minor Doxygen formatting issuesJoel Sherrill2015-03-061-3/+3
* score: Add thread wait flagsSebastian Huber2015-03-051-0/+161
* score: Add thread acquireSebastian Huber2015-03-051-0/+18
* score: Simplify and fix signal deliverySebastian Huber2015-03-051-42/+12
* score: Add parameter to Giant acquire/releaseSebastian Huber2015-03-041-1/+1
* score: Fix FP context restore via _Thread_HandlerSebastian Huber2015-02-171-0/+41
* score: Move is_executing_on_a_core from cpuusagereport.c to threadimpl.hJennifer Averett2014-10-271-0/+30
* score: Rework global constructionSebastian Huber2014-10-131-0/+10
* Add and use RTEMS_CONTAINER_OF()Sebastian Huber2014-08-051-10/+8
* Use Shared Method for Thread Unblock CleanupJoel Sherrill2014-07-151-0/+18
* score: Implement scheduler helping protocolSebastian Huber2014-07-091-0/+10
* score: Rename _Scheduler_SMP_Update_heir()Sebastian Huber2014-07-081-2/+32
* score: Collect scheduler related fields in TCBSebastian Huber2014-06-231-3/+3
* score: Delete _Thread_Set_transient()Sebastian Huber2014-06-131-16/+0
* score: PR2181: Add _Thread_Yield()Sebastian Huber2014-06-121-0/+2
* score: Add resource node to thread control blockSebastian Huber2014-06-031-0/+10
* score: Add and use _Thread_Owns_resources()Sebastian Huber2014-06-031-0/+17
* rtems/score/thread*.h: Really correct spelling errorJoel Sherrill2014-05-281-1/+1
* rtems/score/thread*.h: TERMINTING to TERMINATINGJoel Sherrill2014-05-281-1/+1
* score: Implement forced thread migrationSebastian Huber2014-05-071-3/+65
* score: Add clustered/partitioned schedulingSebastian Huber2014-04-151-0/+1
* score: Delete _Thread_Ticks_per_timesliceSebastian Huber2014-04-071-5/+0
* score: Delete _Thread_Maximum_extensionsSebastian Huber2014-04-071-7/+0
* score: Add scheduler control to scheduler opsSebastian Huber2014-04-041-2/+2
* score: PR2152: Use allocator mutex for objectsSebastian Huber2014-03-311-5/+2
* score: Thread life cycle re-implementationSebastian Huber2014-03-311-8/+48
* score: Add parameter to _Thread_Restart()Sebastian Huber2014-03-311-9/+1
* score: Move _Thread_Reset() and make staticSebastian Huber2014-03-311-17/+0
* score: Use thread action for thread restartSebastian Huber2014-03-311-4/+33
* score: Add thread actionsSebastian Huber2014-03-311-0/+67
* score: Add and use thread get/set CPU functionsSebastian Huber2014-03-311-1/+27
* score: Delete _Thread_Internal_free()Sebastian Huber2014-03-241-11/+0
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
* score: Delete _Thread_BSP_contextSebastian Huber2014-02-191-63/+2
* score: Format _Thread_Get_maximum_internal_threadsSebastian Huber2014-02-101-3/+2
* score: Add _Thread_Get_maximum_internal_threads()Sebastian Huber2014-02-041-0/+19
* score: PR2136: Fix _Thread_Change_priority()Sebastian Huber2013-08-201-10/+0
* score: Per-CPU thread dispatch disable levelSebastian Huber2013-08-091-0/+7
* smp: Generalize _Thread_Start_multitasking()Sebastian Huber2013-08-051-1/+1
* score: Rename tod.h to todimpl.hSebastian Huber2013-08-011-1/+1
* score: Add and use _Thread_Update_cpu_time_used()Sebastian Huber2013-08-011-0/+19
* smp: Delete _SMP_Request_other_cores_to_dispatch()Sebastian Huber2013-07-301-1/+14
* score: Move _Thread_Dispatch_if_necessary()Sebastian Huber2013-07-301-26/+0
* score: Add and use _Thread_Signal_notification()Sebastian Huber2013-07-301-0/+7
* score: Create object implementation headerSebastian Huber2013-07-261-0/+1
* score: Create states implementation headerSebastian Huber2013-07-261-0/+1
* score: Create thread implementation headerSebastian Huber2013-07-261-0/+691