summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/threadimpl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Rework thread priority managementSebastian Huber2016-09-211-94/+167
* score: Introduce _Thread_Get_priority()Sebastian Huber2016-09-081-0/+18
* score: Add scheduler node implementation headerSebastian Huber2016-09-081-0/+1
* score: Move thread wait node to scheduler nodeSebastian Huber2016-09-081-6/+0
* score: Introduce Thread_queue_Lock_contextSebastian Huber2016-09-081-35/+45
* score: Simplify thread queue acquire/releaseSebastian Huber2016-09-081-4/+6
* score: Remove superfluous SMP debug supportSebastian Huber2016-09-071-13/+0
* score: Fix and simplify thread wait locksSebastian Huber2016-08-031-63/+72
* score: Turn thread lock into thread wait lockSebastian Huber2016-07-271-212/+306
* score: Priority inherit thread queue operationsSebastian Huber2016-07-271-31/+0
* score: Split _Thread_Change_priority()Sebastian Huber2016-07-271-0/+10
* score: FormatSebastian Huber2016-07-261-7/+6
* cpukit: Add and use Watchdog_Discipline.Gedare Bloom2016-07-251-4/+7
* score: Next try to fix thread lock on SMPSebastian Huber2016-07-011-6/+16
* score: Avoid atomic fences for thread wait flagsSebastian Huber2016-06-301-12/+30
* score: Fix thread lock on SMP configurationsSebastian Huber2016-06-301-8/+26
* score: Fix SMP message handlingSebastian Huber2016-06-291-14/+2
* score: Add thread priority to scheduler nodesSebastian Huber2016-06-221-0/+5
* score: Maybe fix _Thread_Lock_acquire()Sebastian Huber2016-06-021-37/+7
* score: Fix _Thread_Lock_acquire()Sebastian Huber2016-06-011-11/+12
* score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber2016-05-301-4/+4
* score: Add Status_Control for all APIsSebastian Huber2016-05-261-14/+8
* score: Move thread queue object supportSebastian Huber2016-05-251-20/+0
* mpci: Fix thread queue flush methodSebastian Huber2016-05-251-0/+19
* Replace *_Get_interrupt_disable() with *_Get()Sebastian Huber2016-05-201-1/+1
* score: Rename _Objects_Get_local()Sebastian Huber2016-05-201-1/+1
* score: Rename _ISR_Disable() and _ISR_Enable()Sebastian Huber2016-05-201-1/+1
* score: Rename _ISR_Disable_without_giant()Sebastian Huber2016-05-201-2/+2
* score: Delete unused _Thread_Get()Sebastian Huber2016-05-201-26/+0
* posix: Rework thread cancellationSebastian Huber2016-05-201-1/+8
* score: Avoid Giant lock for _Thread_Start()Sebastian Huber2016-05-201-16/+2
* posix: Rework pthread_join()Sebastian Huber2016-05-201-2/+18
* score: Split _Thread_Restart()Sebastian Huber2016-05-201-27/+9
* score: Add _Thread_Clear_state_locked()Sebastian Huber2016-05-201-0/+5
* score: Add _Thread_Set_state_locked()Sebastian Huber2016-05-201-0/+5
* score: Add _Thread_Join() and _Thread_Cancel()Sebastian Huber2016-05-201-0/+9
* score: Add Thread_Change_life()Sebastian Huber2016-05-201-3/+3
* score: Add _Thread_Exit()Sebastian Huber2016-05-201-0/+2
* score: Delete redundant thread life enumsSebastian Huber2016-05-201-1/+2
* score: Avoid Giant lock for scheduler set/getSebastian Huber2016-05-121-0/+8
* score: Introduce thread state lockSebastian Huber2016-05-121-47/+51
* score: Simplify _Thread_Get_interrupt_disable()Sebastian Huber2016-05-041-2/+1
* score: Add _Thread_MP_Is_remote()Sebastian Huber2016-05-041-0/+21
* score: Simplify _Objects_Initialize_information()Sebastian Huber2016-04-211-4/+0
* score: Delete Thread_Wait_information::idSebastian Huber2016-04-061-0/+36
* score: Fix multiprocessing thread proxiesSebastian Huber2016-03-291-0/+10
* rtems: Rework rate-monotonic schedulerSebastian Huber2016-03-221-1/+6
* score: C++ compatibilitySebastian Huber2016-03-181-1/+1
* score: Fix CPU time used by executing threadsSebastian Huber2016-03-171-47/+20
* score: Replace watchdog handler implementationSebastian Huber2016-03-041-3/+58