summaryrefslogtreecommitdiffstats
path: root/cpukit/posix (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* score: Rename _CORE_barrier_Wait()Sebastian Huber2016-04-211-1/+1
* score: Optimize _Objects_Get_local()Sebastian Huber2016-04-212-2/+2
* score: Optimize _Objects_Get_no_protection()Sebastian Huber2016-04-211-1/+1
* score: Simplify _Objects_Initialize_information()Sebastian Huber2016-04-2110-56/+12
* posix: Avoid Giant lock for mutexesSebastian Huber2016-04-216-100/+41
* posix: Simplify _POSIX_Mutex_Get_interrupt_disableSebastian Huber2016-04-215-129/+65
* posix: _POSIX_Condition_variables_Wait_support()Sebastian Huber2016-04-211-13/+5
* score: Remove id parameter _CORE_mutex_Seize()Sebastian Huber2016-04-211-1/+0
* score: Fix _CORE_semaphore_Flush()Sebastian Huber2016-04-214-9/+8
* score: Simplify _CORE_message_queue_Close()Sebastian Huber2016-04-211-1/+0
* score: Delete unused CORE_RWLock_AttributesSebastian Huber2016-04-211-9/+1
* conddefaultattributes.c: Add default clock to structure.Joel Sherrill2016-04-141-7/+6
* posix/src/condattr*etpshared.c: Clean up and improve commentsJoel Sherrill2016-04-142-22/+5
* Add pthread_getconcurrency() and pthread_setconcurrency()Joel Sherrill2016-04-142-0/+43
* posix: Run key destructors during thread restartSebastian Huber2016-04-141-0/+10
* posix: Rename killinfo()Sebastian Huber2016-04-125-5/+5
* score: Simplify _Objects_Get_no_protection()Sebastian Huber2016-04-121-7/+2
* posix: Use a dedicated lock for scheduler changesSebastian Huber2016-04-125-40/+83
* posix: Use proper lock for sigaction()Sebastian Huber2016-04-081-20/+9
* score: Add node map to _RBTree_Find_inline()Sebastian Huber2016-04-063-29/+29
* posix: Fix _POSIX_signals_Check_signal()Sebastian Huber2016-04-061-20/+11
* posix: Make _POSIX_signals_Check_signal() staticSebastian Huber2016-04-064-123/+75
* posix: Use proper lock for signalsSebastian Huber2016-04-061-2/+10
* score: Rework MP thread queue callout supportSebastian Huber2016-04-067-12/+12
* score: _Thread_queue_Flush() parameter changesSebastian Huber2016-04-063-10/+5
* score: Delete MP support for RW locksSebastian Huber2016-04-066-18/+6
* score: Delete Thread_Wait_information::idSebastian Huber2016-04-0610-7/+31
* score: Add and use _RBTree_Insert_inline()Sebastian Huber2016-04-011-22/+4
* score: Add and use _RBTree_Find_inline()Sebastian Huber2016-04-011-22/+32
* score: Use constant for maximum count of CORE semaSebastian Huber2016-03-291-1/+0
* score: Remove Thread_queue_Queue::operations fieldSebastian Huber2016-03-2916-41/+55
* posix: pthread_exit() is a no-return functionSebastian Huber2016-03-231-0/+1
* score: Avoid Giant lock for CORE spinlockSebastian Huber2016-03-186-175/+69
* score: Add _Objects_Get_by_name()Sebastian Huber2016-03-188-146/+69
* posix: Use per-thread lookup tree for POSIX KeysSebastian Huber2016-03-189-382/+295
* posix: Avoid Giant lock in sched_yield()Sebastian Huber2016-03-171-3/+5
* score: Add and use _Objects_Get_local()Sebastian Huber2016-03-145-108/+73
* score: Replace watchdog handler implementationSebastian Huber2016-03-0417-375/+354
* Delete unused API extensionsSebastian Huber2016-02-033-3/+0
* Use linker set for POSIX User Threads initSebastian Huber2016-02-032-33/+0
* posix: Delete empty _POSIX_API_Initialize()Sebastian Huber2016-02-031-8/+0
* Optional POSIX Keys initializationSebastian Huber2016-02-034-111/+71
* Optional POSIX Spinlock initializationSebastian Huber2016-02-032-10/+11
* Optional POSIX RWLock initializationSebastian Huber2016-02-032-10/+11
* Optional POSIX Barrier initializationSebastian Huber2016-02-032-10/+11
* Optional POSIX Timer initializationSebastian Huber2016-02-033-16/+11
* Optional POSIX Semaphore initializationSebastian Huber2016-02-032-9/+11
* Optional POSIX Message Queue initializationSebastian Huber2016-02-032-22/+14
* Optional POSIX Mutex initializationSebastian Huber2016-02-032-10/+14
* Optional POSIX Condition Variable initializationSebastian Huber2016-02-032-9/+11