summaryrefslogtreecommitdiff
path: root/cpukit/score/include/rtems/score/threadimpl.h (follow)
AgeCommit message (Expand)Author
2015-07-13score: Simplify _Thread_Lock_set()Sebastian Huber
2015-05-19score: Rework _Thread_Change_priority()Sebastian Huber
2015-05-19score: More thread queue operationsSebastian Huber
2015-05-19score: Add Thread_queue_OperationsSebastian Huber
2015-05-19score: Generalize _Event_Timeout()Sebastian Huber
2015-05-19score: Reduce thread wait statesSebastian Huber
2015-04-21score: Add _Thread_Get_interrupt_disable()Sebastian Huber
2015-04-20score: Add _ISR_lock_ISR_disable/enable()Sebastian Huber
2015-04-08score: Use _Thread_Clear_state() for _Thread_ReadySebastian Huber
2015-04-08rtems: Atomically suspend/resume tasksSebastian Huber
2015-04-08score: Return prev state in thread state set/clearSebastian Huber
2015-04-08score: Simplify _Thread_Set_state()Sebastian Huber
2015-03-24score: Add thread lockSebastian Huber
2015-03-24score: Add thread priority change handlerSebastian Huber
2015-03-22score: Move _Thread_queue_Extract()Sebastian Huber
2015-03-22score: Move _Thread_blocking_operation_Cancel()Sebastian Huber
2015-03-06Fix even more Doxygen issuesJoel Sherrill
2015-03-06Fix a number of minor Doxygen formatting issuesJoel Sherrill
2015-03-05score: Add thread wait flagsSebastian Huber
2015-03-05score: Add thread acquireSebastian Huber
2015-03-05score: Simplify and fix signal deliverySebastian Huber
2015-03-04score: Add parameter to Giant acquire/releaseSebastian Huber
2015-02-17score: Fix FP context restore via _Thread_HandlerSebastian Huber
2014-10-27score: Move is_executing_on_a_core from cpuusagereport.c to threadimpl.hJennifer Averett
2014-10-13score: Rework global constructionSebastian Huber
2014-08-05Add and use RTEMS_CONTAINER_OF()Sebastian Huber
2014-07-15Use Shared Method for Thread Unblock CleanupJoel Sherrill
2014-07-09score: Implement scheduler helping protocolSebastian Huber
2014-07-08score: Rename _Scheduler_SMP_Update_heir()Sebastian Huber
2014-06-23score: Collect scheduler related fields in TCBSebastian Huber
2014-06-13score: Delete _Thread_Set_transient()Sebastian Huber
2014-06-12score: PR2181: Add _Thread_Yield()Sebastian Huber
2014-06-03score: Add resource node to thread control blockSebastian Huber
2014-06-03score: Add and use _Thread_Owns_resources()Sebastian Huber
2014-05-28rtems/score/thread*.h: Really correct spelling errorJoel Sherrill
2014-05-28rtems/score/thread*.h: TERMINTING to TERMINATINGJoel Sherrill
2014-05-07score: Implement forced thread migrationSebastian Huber
2014-04-15score: Add clustered/partitioned schedulingSebastian Huber
2014-04-07score: Delete _Thread_Ticks_per_timesliceSebastian Huber
2014-04-07score: Delete _Thread_Maximum_extensionsSebastian Huber
2014-04-04score: Add scheduler control to scheduler opsSebastian Huber
2014-03-31score: PR2152: Use allocator mutex for objectsSebastian Huber
2014-03-31score: Thread life cycle re-implementationSebastian Huber
2014-03-31score: Add parameter to _Thread_Restart()Sebastian Huber
2014-03-31score: Move _Thread_Reset() and make staticSebastian Huber
2014-03-31score: Use thread action for thread restartSebastian Huber
2014-03-31score: Add thread actionsSebastian Huber
2014-03-31score: Add and use thread get/set CPU functionsSebastian Huber
2014-03-24score: Delete _Thread_Internal_free()Sebastian Huber
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns