summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/threadimpl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* score: Move _Thread_blocking_operation_Cancel()Sebastian Huber2015-03-221-24/+0
* 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