summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pthread.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* posix: Fix poradic server initial CPU budgetSebastian Huber2016-06-151-4/+1
* posix: Use _POSIX_Threads_Sporadic_timer_insert()Sebastian Huber2016-06-151-7/+1
* posix: Rework thread cancellationSebastian Huber2016-05-201-7/+0
* posix: Rework pthread_join()Sebastian Huber2016-05-201-45/+6
* posix: Avoid Giant lock for some pthread functionsSebastian Huber2016-05-121-7/+4
* score: Simplify _Objects_Initialize_information()Sebastian Huber2016-04-211-4/+0
* posix: Use a dedicated lock for scheduler changesSebastian Huber2016-04-121-24/+41
* score: Remove Thread_queue_Queue::operations fieldSebastian Huber2016-03-291-3/+4
* score: Replace watchdog handler implementationSebastian Huber2016-03-041-13/+18
* Delete unused API extensionsSebastian Huber2016-02-031-1/+0
* Use linker set for POSIX User Threads initSebastian Huber2016-02-031-24/+0
* Optional POSIX Cleanup initializationSebastian Huber2016-02-031-15/+1
* Optional POSIX Threads initializationSebastian Huber2016-02-031-1/+10
* posix: Store unblocked signalsSebastian Huber2015-12-151-3/+1
* score: Initialize thread control to zeroSebastian Huber2015-12-151-7/+3
* score: Untangle thread actionsSebastian Huber2015-12-111-5/+1
* posix: Require struct _pthread_cleanup_contextSebastian Huber2015-11-241-4/+0
* basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber2015-10-261-2/+2
* score: Rename _POSIX_Absolute_timeout_to_ticks()Sebastian Huber2015-07-281-1/+0
* score: Introduce Thread_queue_HeadsSebastian Huber2015-07-231-4/+2
* score: Add _Watchdog_Preinitialize()Sebastian Huber2015-06-131-0/+1
* score: Rework _Thread_Change_priority()Sebastian Huber2015-05-191-46/+50
* score: Delete Thread_queue_Control::timeout_statusSebastian Huber2015-05-191-5/+1
* score: Add Thread_queue_Control::LockSebastian Huber2015-05-191-0/+2
* score: Add header to _Watchdog_Remove()Sebastian Huber2015-05-191-1/+1
* score: Delete Thread_queue_Control::stateSebastian Huber2015-04-231-1/+0
* score: Add and use _Thread_Owns_resources()Sebastian Huber2014-06-031-2/+2
* score: Simplify thread control initializationSebastian Huber2014-04-151-22/+3
* pthread.c: Conditionalize thread affinity initializationJoel Sherrill2014-04-031-1/+1
* posix: Modified pthread init to use cpuset default.Jennifer Averett2014-04-031-12/+8
* score: Relax Giant lock usage for API mutexesSebastian Huber2014-03-311-1/+1
* score: Thread life cycle re-implementationSebastian Huber2014-03-311-7/+15
* score: Fix thread restart extensions contextSebastian Huber2014-03-311-1/+10
* posix: Use thread action for signalsSebastian Huber2014-03-311-0/+5
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
* POSIX keys now enabled in all configurations.Joel Sherrill2014-03-071-9/+1
* Remove trailing whitespace in previous patchesJennifer Averett2014-03-071-1/+1
* posix: Add POSIX thread affinity attribute support.Jennifer Averett2014-03-071-11/+41
* pthread.c: Use UINT32_MAX rather than constant valueJoel Sherrill2013-12-091-1/+1
* pthread.c: Remove XXX and use SIGNAL_ constantsJoel Sherrill2013-12-091-5/+3
* posix: Use cleanup contexts on the stackSebastian Huber2013-12-021-0/+4
* posix: Create key implementation headerSebastian Huber2013-08-061-1/+1
* Unlimited objects support for POSIX keysZhongwei Yao2013-08-061-0/+3
* score: Create threadq implementation headerSebastian Huber2013-07-261-1/+1
* score: Create thread implementation headerSebastian Huber2013-07-261-1/+1
* score: Create watchdog implementation headerSebastian Huber2013-07-221-0/+1
* posix: Create pthread implementation headerSebastian Huber2013-07-221-1/+1
* posix: Create priority implementation headerSebastian Huber2013-07-221-1/+1
* posix: Include missing header filesSebastian Huber2013-07-221-0/+1
* posix: Doxygen Enhancement Task #8Mathew Kallada2012-12-151-0/+7