summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pthread.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* posix: Move POSIX_API_Control::threadSebastian Huber2017-10-171-2/+2
* posix: Fix _POSIX_Threads_Create_extension()Sebastian Huber2017-10-171-0/+1
* score: Rename watchdog variantsSebastian Huber2017-10-171-2/+2
* score: Remove CPU_set_ControlSebastian Huber2017-10-111-1/+0
* posix: Unconditional thread attribute supportSebastian Huber2017-10-101-39/+0
* posix: Constify default thread processor affinitySebastian Huber2017-10-101-17/+2
* posix: Simplify POSIX_API_ControlSebastian Huber2017-10-091-6/+7
* Fix CPU_COPY() usageSebastian Huber2017-06-071-1/+1
* Remove obsolete __RTEMS_HAVE_SYS_CPUSET_H__Joel Sherrill2017-01-111-6/+4
* score: Initialize thread queue context earlySebastian Huber2016-12-021-2/+4
* score: Fix thread queue context initializationSebastian Huber2016-11-281-2/+2
* score: Introduce Thread_Scheduler_control::homeSebastian Huber2016-11-021-1/+1
* score: Rework thread priority managementSebastian Huber2016-09-211-59/+44
* score: Introduce _Thread_Get_priority()Sebastian Huber2016-09-081-3/+3
* posix: Make POSIX API aware of scheduler instancesSebastian Huber2016-06-221-1/+3
* posix: Rework sporadic server scheduling policySebastian Huber2016-06-221-62/+43
* posix: Delete POSIX_API_Control::schedparamSebastian Huber2016-06-221-5/+9
* posix: Delete POSIX_API_Control::schedpolicySebastian Huber2016-06-221-2/+1
* 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