summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/threadimpl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* score: Avoid SCORE_EXTERNSebastian Huber2016-02-171-3/+3
* score: Simplify _Thread_Start()Sebastian Huber2016-01-111-5/+1
* score: Introduce Thread_Entry_informationSebastian Huber2016-01-111-16/+18
* score: Avoid dead code in global constructionSebastian Huber2016-01-081-1/+1
* score: Untangle thread actionsSebastian Huber2015-12-111-5/+6
* Require __getreent()Sebastian Huber2015-11-251-32/+0
* basedefs.h: Add and use RTEMS_NO_RETURNSebastian Huber2015-10-261-1/+1
* SMP: Fix and optimize thread dispatchingSebastian Huber2015-09-281-32/+13
* SMP: Simplify thread lock operationsSebastian Huber2015-09-281-27/+25
* score: Implement priority boostingSebastian Huber2015-09-041-0/+31
* score: Use a plain ticket lock for thread locksSebastian Huber2015-07-301-29/+51
* score: Add commentSebastian Huber2015-07-241-0/+5
* score: Introduce Thread_queue_HeadsSebastian Huber2015-07-231-3/+23
* score: Introduce Thread_queue_QueueSebastian Huber2015-07-231-2/+2
* score: Simplify _Thread_Lock_set()Sebastian Huber2015-07-131-11/+56
* score: Rework _Thread_Change_priority()Sebastian Huber2015-05-191-14/+100
* score: More thread queue operationsSebastian Huber2015-05-191-1/+4
* score: Add Thread_queue_OperationsSebastian Huber2015-05-191-35/+53
* score: Generalize _Event_Timeout()Sebastian Huber2015-05-191-0/+22
* score: Reduce thread wait statesSebastian Huber2015-05-191-21/+4
* score: Add _Thread_Get_interrupt_disable()Sebastian Huber2015-04-211-10/+78
* score: Add _ISR_lock_ISR_disable/enable()Sebastian Huber2015-04-201-1/+1
* score: Use _Thread_Clear_state() for _Thread_ReadySebastian Huber2015-04-081-15/+15
* rtems: Atomically suspend/resume tasksSebastian Huber2015-04-081-15/+0
* score: Return prev state in thread state set/clearSebastian Huber2015-04-081-9/+11
* score: Simplify _Thread_Set_state()Sebastian Huber2015-04-081-10/+5
* score: Add thread lockSebastian Huber2015-03-241-0/+145
* score: Add thread priority change handlerSebastian Huber2015-03-241-0/+35
* score: Move _Thread_queue_Extract()Sebastian Huber2015-03-221-18/+0