summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/thread.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* posix: Rework thread cancellationSebastian Huber2016-05-201-0/+1
* posix: Rework pthread_join()Sebastian Huber2016-05-201-1/+14
* score: Simplify _Thread_Life_action_handler()Sebastian Huber2016-05-201-1/+0
* score: Rework _Thread_Restart_other()Sebastian Huber2016-05-201-0/+5
* score: Add _Thread_Join() and _Thread_Cancel()Sebastian Huber2016-05-201-9/+0
* score: Delete redundant thread life enumsSebastian Huber2016-05-201-5/+4
* posix: Avoid Giant lock for some pthread functionsSebastian Huber2016-05-121-0/+5
* score: Avoid Giant lock _Scheduler_Set_affinity()Sebastian Huber2016-05-121-0/+1
* score: Use thread state lock for current stateSebastian Huber2016-05-121-2/+5
* rtems: Use thread state lock for signalsSebastian Huber2016-05-121-0/+1
* score: Introduce thread state lockSebastian Huber2016-05-121-20/+34
* rtems: Remove task variablesSebastian Huber2016-05-041-34/+0
* score: Delete __RTEMS_STRICT_ORDER_MUTEX__Sebastian Huber2016-05-021-6/+0
* score: Use chain iterator for user extensionsSebastian Huber2016-04-181-0/+7
* score: Use red-black tree for active MP proxiesSebastian Huber2016-04-061-2/+4
* score: Rework MP thread queue callout supportSebastian Huber2016-04-061-1/+13
* score: Delete Thread_Wait_information::idSebastian Huber2016-04-061-2/+7
* score: Fix multiprocessing thread proxiesSebastian Huber2016-03-291-0/+9
* posix: Use per-thread lookup tree for POSIX KeysSebastian Huber2016-03-181-6/+17
* score: Replace watchdog handler implementationSebastian Huber2016-03-041-2/+11
* score: Delete Thread_CPU_usage_tSebastian Huber2016-03-011-9/+2
* Optional POSIX Cleanup initializationSebastian Huber2016-02-031-0/+7
* score: Introduce Thread_Entry_informationSebastian Huber2016-01-111-46/+44
* api: Remove deprecated NotepadsAun-Ali Zaidi2015-12-241-3/+3
* score: Use a plain ticket lock for thread locksSebastian Huber2015-07-301-2/+18
* score: Add potpourri lock statisticsSebastian Huber2015-07-301-0/+12
* score: Rename struct Thread_ControlSebastian Huber2015-07-301-1/+4
* score: Introduce Thread_queue_HeadsSebastian Huber2015-07-231-0/+2
* score: Introduce Thread_queue_QueueSebastian Huber2015-07-231-1/+1
* score: Simplify <rtems/score/thread.h>Sebastian Huber2015-06-251-36/+9
* Remove use ticks for statistics configure option.Joel Sherrill2015-06-151-6/+2
* score: Add Thread_Control::is_fpSebastian Huber2015-06-091-0/+2
* score: Rework _Thread_Change_priority()Sebastian Huber2015-05-191-4/+50
* score: More thread queue operationsSebastian Huber2015-05-191-4/+15
* score: Add Thread_queue_OperationsSebastian Huber2015-05-191-57/+29
* score: Generalize _Event_Timeout()Sebastian Huber2015-05-191-0/+5
* score: Reduce thread wait statesSebastian Huber2015-05-191-5/+2
* score: Fix Thread_Control and Thread_Proxy_controlSebastian Huber2015-05-061-59/+65
* score: Delete object control block ISR lockSebastian Huber2015-04-211-0/+1
* score: Add thread lockSebastian Huber2015-03-241-0/+44
* score: Add thread priority change handlerSebastian Huber2015-03-241-5/+52
* score: Fix _Thread_Change_priority()Sebastian Huber2015-03-201-0/+9
* cpukit: add and use CPU_Uint32ptr typeGedare Bloom2015-03-161-1/+1
* score: Add thread wait flagsSebastian Huber2015-03-051-0/+30
* score: Add capture data to tcb.Jennifer Averett2014-10-271-0/+7
* score: Delete Thread_Wait_information::Block2nSebastian Huber2014-09-231-4/+0
* Thread Queue Priority Discipline Reimplemented with RBTreeJoel Sherrill2014-07-151-0/+4
* score: Implement scheduler helping protocolSebastian Huber2014-07-091-2/+60
* score: Collect scheduler related fields in TCBSebastian Huber2014-06-231-24/+35
* score: Add resource node to thread control blockSebastian Huber2014-06-031-0/+8