summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/threadimpl.h (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-26score: Add Status_Control for all APIsSebastian Huber1-14/+8
2016-05-25score: Move thread queue object supportSebastian Huber1-20/+0
2016-05-25mpci: Fix thread queue flush methodSebastian Huber1-0/+19
2016-05-20Replace *_Get_interrupt_disable() with *_Get()Sebastian Huber1-1/+1
2016-05-20score: Rename _Objects_Get_local()Sebastian Huber1-1/+1
2016-05-20score: Rename _ISR_Disable() and _ISR_Enable()Sebastian Huber1-1/+1
2016-05-20score: Rename _ISR_Disable_without_giant()Sebastian Huber1-2/+2
2016-05-20score: Delete unused _Thread_Get()Sebastian Huber1-26/+0
2016-05-20posix: Rework thread cancellationSebastian Huber1-1/+8
2016-05-20score: Avoid Giant lock for _Thread_Start()Sebastian Huber1-16/+2
2016-05-20posix: Rework pthread_join()Sebastian Huber1-2/+18
2016-05-20score: Split _Thread_Restart()Sebastian Huber1-27/+9
2016-05-20score: Add _Thread_Clear_state_locked()Sebastian Huber1-0/+5
2016-05-20score: Add _Thread_Set_state_locked()Sebastian Huber1-0/+5
2016-05-20score: Add _Thread_Join() and _Thread_Cancel()Sebastian Huber1-0/+9
2016-05-20score: Add Thread_Change_life()Sebastian Huber1-3/+3
2016-05-20score: Add _Thread_Exit()Sebastian Huber1-0/+2
2016-05-20score: Delete redundant thread life enumsSebastian Huber1-1/+2
2016-05-12score: Avoid Giant lock for scheduler set/getSebastian Huber1-0/+8
2016-05-12score: Introduce thread state lockSebastian Huber1-47/+51
2016-05-04score: Simplify _Thread_Get_interrupt_disable()Sebastian Huber1-2/+1
2016-05-04score: Add _Thread_MP_Is_remote()Sebastian Huber1-0/+21
2016-04-21score: Simplify _Objects_Initialize_information()Sebastian Huber1-4/+0
2016-04-06score: Delete Thread_Wait_information::idSebastian Huber1-0/+36
2016-03-29score: Fix multiprocessing thread proxiesSebastian Huber1-0/+10
2016-03-22rtems: Rework rate-monotonic schedulerSebastian Huber1-1/+6
2016-03-18score: C++ compatibilitySebastian Huber1-1/+1
2016-03-17score: Fix CPU time used by executing threadsSebastian Huber1-47/+20
2016-03-04score: Replace watchdog handler implementationSebastian Huber1-3/+58
2016-02-17score: Avoid SCORE_EXTERNSebastian Huber1-3/+3
2016-01-11score: Simplify _Thread_Start()Sebastian Huber1-5/+1
2016-01-11score: Introduce Thread_Entry_informationSebastian Huber1-16/+18
2016-01-08score: Avoid dead code in global constructionSebastian Huber1-1/+1
2015-12-11score: Untangle thread actionsSebastian Huber1-5/+6
2015-11-25Require __getreent()Sebastian Huber1-32/+0
2015-10-26basedefs.h: Add and use RTEMS_NO_RETURNSebastian Huber1-1/+1
2015-09-28SMP: Fix and optimize thread dispatchingSebastian Huber1-32/+13
2015-09-28SMP: Simplify thread lock operationsSebastian Huber1-27/+25
2015-09-04score: Implement priority boostingSebastian Huber1-0/+31
2015-07-30score: Use a plain ticket lock for thread locksSebastian Huber1-29/+51
2015-07-24score: Add commentSebastian Huber1-0/+5
2015-07-23score: Introduce Thread_queue_HeadsSebastian Huber1-3/+23
2015-07-23score: Introduce Thread_queue_QueueSebastian Huber1-2/+2
2015-07-13score: Simplify _Thread_Lock_set()Sebastian Huber1-11/+56
2015-05-19score: Rework _Thread_Change_priority()Sebastian Huber1-14/+100
2015-05-19score: More thread queue operationsSebastian Huber1-1/+4
2015-05-19score: Add Thread_queue_OperationsSebastian Huber1-35/+53
2015-05-19score: Generalize _Event_Timeout()Sebastian Huber1-0/+22
2015-05-19score: Reduce thread wait statesSebastian Huber1-21/+4
2015-04-21score: Add _Thread_Get_interrupt_disable()Sebastian Huber1-10/+78