summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include (unfollow)
Commit message (Expand)AuthorFilesLines
2015-05-19score: Delete Thread_queue_Control::timeout_statusSebastian Huber4-11/+11
2015-05-19score: New thread queue implementationSebastian Huber3-139/+135
2015-05-19score: More thread queue operationsSebastian Huber3-9/+121
2015-05-19score: Add Thread_queue_OperationsSebastian Huber4-95/+134
2015-05-19score: Add Thread_queue_Control::LockSebastian Huber6-35/+132
2015-05-19score: Generalize _Event_Timeout()Sebastian Huber2-0/+27
2015-05-19score: Reduce thread wait statesSebastian Huber2-26/+6
2015-05-19score: New timer server implementationSebastian Huber1-13/+46
2015-05-19score: Move _Watchdog_Tickle()Sebastian Huber1-10/+0
2015-05-19score: Add Watchdog_IteratorSebastian Huber1-16/+42
2015-05-19score: Add _Watchdog_Acquire|Release|Flash()Sebastian Huber1-0/+30
2015-05-19score: Add header to _Watchdog_Remove()Sebastian Huber2-2/+18
2015-05-19score: Delete STATES_WAITING_ON_THREAD_QUEUESebastian Huber1-24/+2
2015-05-19score: _Thread_queue_Extract()Sebastian Huber1-11/+5
2015-05-19score: Add _SMP_Assert()Sebastian Huber1-0/+9
2015-05-11score: Fix scheduler helping protocolSebastian Huber3-104/+202
2015-05-06score: Fix Thread_Control and Thread_Proxy_controlSebastian Huber1-59/+65
2015-04-30score: Delete unused Thread_queue_Timeout_calloutSebastian Huber1-9/+0
2015-04-23score: Fix POSIX thread joinSebastian Huber1-1/+3
2015-04-23score: Delete _Thread_queue_Dequeue_priority()Sebastian Huber1-19/+0
2015-04-23score: _CORE_mutex_Seize_interrupt_blocking()Sebastian Huber1-6/+9
2015-04-23score: Delete Thread_queue_Control::stateSebastian Huber3-7/+9
2015-04-23score: Fix priority message queue insertSebastian Huber1-31/+1
2015-04-22score: Delete _CORE_RWLock_Timeout()Sebastian Huber2-33/+4
2015-04-22score: Delete bogus THREAD_QUEUE_WAIT_FOREVERSebastian Huber1-5/+0
2015-04-21score: Delete object control block ISR lockSebastian Huber3-98/+1
2015-04-21score: Add _Thread_Get_interrupt_disable()Sebastian Huber1-10/+78
2015-04-21score: Modify _Thread_Dispatch_disable_critical()Sebastian Huber2-9/+11
2015-04-21score: _Objects_Get_isr_disable()Sebastian Huber1-3/+0
2015-04-21score: _Objects_Get_isr_disable()Sebastian Huber3-30/+30
2015-04-20score: Add _ISR_lock_ISR_disable/enable()Sebastian Huber2-2/+38
2015-04-20score: Refactor SMP cache manager supportSebastian Huber1-8/+25
2015-04-16score: Add _ISR_lock_Flash()Sebastian Huber1-0/+31
2015-04-16score: Add const qualifierSebastian Huber2-2/+2
2015-04-16score: Delete unused WATCHDOG_MAXIMUM_INTERVALSebastian Huber1-8/+0
2015-04-15score: Fix nameSebastian Huber1-2/+2
2015-04-14Add test assertion for allocator mutex being unlockedJoel Sherrill1-0/+7
2015-04-14score: Rename _Watchdog_Reset()Sebastian Huber1-1/+1
2015-04-13score: Add Watchdog_HeaderSebastian Huber1-19/+43
2015-04-13score: Split _Watchdog_Adjust()Sebastian Huber1-58/+20
2015-04-08score: Use _Thread_Clear_state() for _Thread_ReadySebastian Huber2-15/+18
2015-04-08rtems: Atomically suspend/resume tasksSebastian Huber1-15/+0
2015-04-08score: Return prev state in thread state set/clearSebastian Huber1-9/+11
2015-04-08score: Simplify _Thread_Set_state()Sebastian Huber1-10/+5
2015-04-08score: Move _Watchdog_Ticks_since_boot definitionSebastian Huber1-1/+1
2015-03-24score: Fix MrsP ISR/task sychronizationSebastian Huber1-9/+12
2015-03-24score: Add scheduler acquire/releaseSebastian Huber1-0/+32
2015-03-24score: Add thread lockSebastian Huber2-0/+189
2015-03-24score: Add thread priority change handlerSebastian Huber3-22/+87
2015-03-24rtems/score/tls.h: Add casts to eliminate warnings on some targetsJoel Sherrill1-3/+9