summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-02posix: Delete POSIX_Message_queue_Control::namedSebastian Huber1-1/+0
2016-05-02posix: POSIX_Message_queue_Control::process_sharedSebastian Huber1-1/+0
2016-05-02posix: _POSIX_Message_queue_Create_support()Sebastian Huber1-14/+0
2016-04-27posix: Avoid Giant lock for condition variablesSebastian Huber3-18/+47
2016-04-22score: Avoid Giant lock for CORE rwlockSebastian Huber1-2/+3
2016-04-22score: Avoid Giant lock for barriersSebastian Huber1-17/+7
2016-04-22posix: Use _Objects_Get_local() for semaphoresSebastian Huber1-7/+4
2016-04-22score: Avoid Giant lock for CORE mtx/semSebastian Huber1-23/+3
2016-04-21score: Optimize _Objects_Get_local()Sebastian Huber2-2/+2
2016-04-21score: Optimize _Objects_Get_no_protection()Sebastian Huber1-1/+1
2016-04-21posix: Avoid Giant lock for mutexesSebastian Huber1-14/+0
2016-04-21posix: Simplify _POSIX_Mutex_Get_interrupt_disableSebastian Huber1-7/+7
2016-04-21score: Fix _CORE_semaphore_Flush()Sebastian Huber1-1/+0
2016-04-12posix: Rename killinfo()Sebastian Huber1-1/+1
2016-04-12score: Simplify _Objects_Get_no_protection()Sebastian Huber1-7/+2
2016-04-12posix: Use a dedicated lock for scheduler changesSebastian Huber2-0/+20
2016-04-06score: Add node map to _RBTree_Find_inline()Sebastian Huber1-4/+10
2016-04-06posix: Make _POSIX_signals_Check_signal() staticSebastian Huber1-9/+0
2016-04-06score: Rework MP thread queue callout supportSebastian Huber1-1/+3
2016-04-06score: Delete Thread_Wait_information::idSebastian Huber4-4/+4
2016-04-01score: Add and use _RBTree_Insert_inline()Sebastian Huber1-22/+4
2016-04-01score: Add and use _RBTree_Find_inline()Sebastian Huber1-22/+32
2016-03-29score: Remove Thread_queue_Queue::operations fieldSebastian Huber3-0/+16
2016-03-18score: Avoid Giant lock for CORE spinlockSebastian Huber1-17/+10
2016-03-18score: Add _Objects_Get_by_name()Sebastian Huber3-39/+33
2016-03-18posix: Use per-thread lookup tree for POSIX KeysSebastian Huber2-88/+94
2016-03-14score: Add and use _Objects_Get_local()Sebastian Huber1-3/+1
2016-03-04score: Replace watchdog handler implementationSebastian Huber3-25/+36
2016-02-03Delete unused API extensionsSebastian Huber1-1/+0
2016-02-03Use linker set for POSIX User Threads initSebastian Huber1-9/+0
2016-02-03posix: Delete empty _POSIX_API_Initialize()Sebastian Huber1-8/+0
2016-02-03Optional POSIX Keys initializationSebastian Huber1-25/+2
2016-02-03Optional POSIX Spinlock initializationSebastian Huber1-9/+1
2016-02-03Optional POSIX RWLock initializationSebastian Huber1-9/+1
2016-02-03Optional POSIX Barrier initializationSebastian Huber1-9/+1
2016-02-03Optional POSIX Timer initializationSebastian Huber2-15/+1
2016-02-03Optional POSIX Semaphore initializationSebastian Huber1-8/+1
2016-02-03Optional POSIX Message Queue initializationSebastian Huber1-21/+2
2016-02-03Optional POSIX Mutex initializationSebastian Huber1-9/+2
2016-02-03Optional POSIX Condition Variable initializationSebastian Huber1-8/+1
2016-02-03Optional POSIX Cleanup initializationSebastian Huber2-17/+0
2016-02-03Optional POSIX Threads initializationSebastian Huber1-8/+1
2016-02-03Optional POSIX Signals initializationSebastian Huber1-5/+0
2015-12-15posix: Store unblocked signalsSebastian Huber1-2/+2
2015-11-24posix: Require struct _pthread_cleanup_contextSebastian Huber2-20/+0
2015-09-03various .h files: Add missing C++ extern wrappersMartin Galvan1-1/+4
2015-07-28score: Rename _POSIX_Absolute_timeout_to_ticks()Sebastian Huber1-72/+0
2015-07-23score: Introduce Thread_queue_HeadsSebastian Huber1-3/+3
2015-07-01score: Freechain handler API changesSebastian Huber1-5/+1
2015-06-25score: Simplify <rtems/score/thread.h>Sebastian Huber1-0/+1