summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* posix: Simplify _POSIX_Mutex_Get_interrupt_disableSebastian Huber2016-04-214-122/+58
* 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-213-8/+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-141-0/+42
* posix: Run key destructors during thread restartSebastian Huber2016-04-141-0/+10
* posix: Rename killinfo()Sebastian Huber2016-04-124-4/+4
* posix: Use a dedicated lock for scheduler changesSebastian Huber2016-04-123-40/+63
* posix: Use proper lock for sigaction()Sebastian Huber2016-04-081-20/+9
* score: Add node map to _RBTree_Find_inline()Sebastian Huber2016-04-062-25/+19
* posix: Fix _POSIX_signals_Check_signal()Sebastian Huber2016-04-061-20/+11
* posix: Make _POSIX_signals_Check_signal() staticSebastian Huber2016-04-062-113/+74
* posix: Use proper lock for signalsSebastian Huber2016-04-061-2/+10
* score: Rework MP thread queue callout supportSebastian Huber2016-04-066-11/+9
* 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-066-3/+27
* score: Use constant for maximum count of CORE semaSebastian Huber2016-03-291-1/+0
* score: Remove Thread_queue_Queue::operations fieldSebastian Huber2016-03-2913-41/+39
* posix: pthread_exit() is a no-return functionSebastian Huber2016-03-231-0/+1
* score: Avoid Giant lock for CORE spinlockSebastian Huber2016-03-185-158/+59
* score: Add _Objects_Get_by_name()Sebastian Huber2016-03-185-107/+36
* posix: Use per-thread lookup tree for POSIX KeysSebastian Huber2016-03-186-293/+200
* posix: Avoid Giant lock in sched_yield()Sebastian Huber2016-03-171-3/+5
* score: Add and use _Objects_Get_local()Sebastian Huber2016-03-144-105/+72
* score: Replace watchdog handler implementationSebastian Huber2016-03-0413-348/+317
* Delete unused API extensionsSebastian Huber2016-02-032-2/+0
* Use linker set for POSIX User Threads initSebastian Huber2016-02-031-24/+0
* Optional POSIX Keys initializationSebastian Huber2016-02-032-85/+68
* Optional POSIX Spinlock initializationSebastian Huber2016-02-031-1/+10
* Optional POSIX RWLock initializationSebastian Huber2016-02-031-1/+10
* Optional POSIX Barrier initializationSebastian Huber2016-02-031-1/+10
* Optional POSIX Timer initializationSebastian Huber2016-02-031-1/+10
* Optional POSIX Semaphore initializationSebastian Huber2016-02-031-1/+10
* Optional POSIX Message Queue initializationSebastian Huber2016-02-031-1/+12
* Optional POSIX Mutex initializationSebastian Huber2016-02-031-1/+12
* Optional POSIX Condition Variable initializationSebastian Huber2016-02-031-1/+10
* Optional POSIX Cleanup initializationSebastian Huber2016-02-034-117/+72
* Optional POSIX Threads initializationSebastian Huber2016-02-032-11/+12
* Optional POSIX Signals initializationSebastian Huber2016-02-031-1/+8
* posix/src/exec*: Remove all variants already in NewlibJoel Sherrill2016-01-197-217/+6
* posix: Remove clock_getenable_attr() and clock_setenable_attr()Joel Sherrill2016-01-182-80/+0
* score: Simplify _Thread_Start()Sebastian Huber2016-01-111-1/+1
* score: Introduce Thread_Entry_informationSebastian Huber2016-01-112-10/+15
* score: Avoid dead code in global constructionSebastian Huber2016-01-081-1/+10
* score: Add fatal errors for NULL entry init tasksSebastian Huber2016-01-081-1/+8