summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Add Status_Control for all APIsSebastian Huber2016-05-2613-376/+281
* Fix semaphore post overflow statusSebastian Huber2016-05-261-1/+2
* posix: Fix pthread_spin_unlock() error statusSebastian Huber2016-05-251-6/+2
* score: Move thread queue MP callout to contextSebastian Huber2016-05-259-702/+434
* score: Get rid of mp_id parameterSebastian Huber2016-05-256-92/+8
* score: Move thread queue object supportSebastian Huber2016-05-252-20/+27
* mpci: Fix thread queue flush methodSebastian Huber2016-05-252-49/+30
* score: Fix blocking _CORE_message_queue_Submit()Sebastian Huber2016-05-241-3/+1
* score: _CORE_message_queue_Seize()Sebastian Huber2016-05-241-3/+0
* score: _CORE_semaphore_Seize()Sebastian Huber2016-05-201-2/+0
* Replace *_Get_interrupt_disable() with *_Get()Sebastian Huber2016-05-201-1/+1
* score: Rename _Objects_Get_local()Sebastian Huber2016-05-202-2/+2
* score: Delete unused _Objects_Get_isr_disable()Sebastian Huber2016-05-201-42/+0
* mpci: Simplify _Objects_MP_Is_remote()Sebastian Huber2016-05-202-11/+11
* score: Add const to _RBTree_Find_inline()Sebastian Huber2016-05-201-8/+18
* score: Delete unused _Objects_Get_local_object()Sebastian Huber2016-05-201-27/+0
* score: Use _RBTree_Insert_inline()Sebastian Huber2016-05-201-15/+0
* score: Add per scheduler instance maximum prioritySebastian Huber2016-05-206-8/+22
* score: Remove the Giant lockSebastian Huber2016-05-202-181/+0
* score: Rename _ISR_Flash() into _ISR_Local_flash()Sebastian Huber2016-05-202-3/+3
* score: Rename _ISR_Disable() and _ISR_Enable()Sebastian Huber2016-05-207-83/+57
* score: Rename _ISR_Disable_without_giant()Sebastian Huber2016-05-207-22/+22
* score: _Thread_Dispatch_increment_disable_level()Sebastian Huber2016-05-201-0/+12
* score: Delete unused _Objects_Get()Sebastian Huber2016-05-202-101/+17
* score: Delete unused _Thread_Get()Sebastian Huber2016-05-201-26/+0
* posix: Rework thread cancellationSebastian Huber2016-05-202-1/+9
* score: Avoid Giant lock for _Thread_Start()Sebastian Huber2016-05-202-17/+3
* posix: Rework pthread_join()Sebastian Huber2016-05-203-3/+39
* score: Simplify _Thread_Life_action_handler()Sebastian Huber2016-05-201-1/+0
* score: Rework _Thread_Restart_other()Sebastian Huber2016-05-202-2/+7
* score: Split _Thread_Restart()Sebastian Huber2016-05-201-27/+9
* score: Add _Thread_Dispatch_disable_with_CPU()Sebastian Huber2016-05-201-5/+23
* 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-203-11/+9
* score: Add Thread_Change_life()Sebastian Huber2016-05-203-7/+7
* score: Add _Thread_Exit()Sebastian Huber2016-05-201-0/+2
* score: Delete redundant thread life enumsSebastian Huber2016-05-202-6/+6
* SMP: Add Mellor-Crummey and Scott (MCS) lockSebastian Huber2016-05-191-0/+262
* SMP: Add and use lock statistics helperSebastian Huber2016-05-192-28/+54
* SMP: Move ticket lock to separate header fileSebastian Huber2016-05-192-160/+203
* SMP: Move lock stats to separate header fileSebastian Huber2016-05-192-330/+265
* score: Avoid Giant lock for scheduler set/getSebastian Huber2016-05-123-14/+62
* posix: Avoid Giant lock for some pthread functionsSebastian Huber2016-05-121-0/+5
* score: Avoid Giant lock _Scheduler_Set_affinity()Sebastian Huber2016-05-123-5/+4
* score: Use thread state lock for current stateSebastian Huber2016-05-122-46/+95
* rtems: Use thread state lock for signalsSebastian Huber2016-05-121-0/+1
* score: Introduce thread state lockSebastian Huber2016-05-122-67/+85
* score: Add _Thread_queue_Is_lock_owner()Sebastian Huber2016-05-122-6/+71
* score: Ensure matching lock acquire and releaseSebastian Huber2016-05-121-3/+4