summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pthread.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-17posix: Move POSIX_API_Control::threadSebastian Huber1-2/+2
2017-10-17posix: Fix _POSIX_Threads_Create_extension()Sebastian Huber1-0/+1
2017-10-17score: Rename watchdog variantsSebastian Huber1-2/+2
2017-10-11score: Remove CPU_set_ControlSebastian Huber1-1/+0
2017-10-10posix: Unconditional thread attribute supportSebastian Huber1-39/+0
2017-10-10posix: Constify default thread processor affinitySebastian Huber1-17/+2
2017-10-09posix: Simplify POSIX_API_ControlSebastian Huber1-6/+7
2017-06-07Fix CPU_COPY() usageSebastian Huber1-1/+1
2017-01-11Remove obsolete __RTEMS_HAVE_SYS_CPUSET_H__Joel Sherrill1-6/+4
2016-12-02score: Initialize thread queue context earlySebastian Huber1-2/+4
2016-11-28score: Fix thread queue context initializationSebastian Huber1-2/+2
2016-11-02score: Introduce Thread_Scheduler_control::homeSebastian Huber1-1/+1
2016-09-21score: Rework thread priority managementSebastian Huber1-59/+44
2016-09-08score: Introduce _Thread_Get_priority()Sebastian Huber1-3/+3
2016-06-22posix: Make POSIX API aware of scheduler instancesSebastian Huber1-1/+3
2016-06-22posix: Rework sporadic server scheduling policySebastian Huber1-62/+43
2016-06-22posix: Delete POSIX_API_Control::schedparamSebastian Huber1-5/+9
2016-06-22posix: Delete POSIX_API_Control::schedpolicySebastian Huber1-2/+1
2016-06-15posix: Fix poradic server initial CPU budgetSebastian Huber1-4/+1
2016-06-15posix: Use _POSIX_Threads_Sporadic_timer_insert()Sebastian Huber1-7/+1
2016-05-20posix: Rework thread cancellationSebastian Huber1-7/+0
2016-05-20posix: Rework pthread_join()Sebastian Huber1-45/+6
2016-05-12posix: Avoid Giant lock for some pthread functionsSebastian Huber1-7/+4
2016-04-21score: Simplify _Objects_Initialize_information()Sebastian Huber1-4/+0
2016-04-12posix: Use a dedicated lock for scheduler changesSebastian Huber1-24/+41
2016-03-29score: Remove Thread_queue_Queue::operations fieldSebastian Huber1-3/+4
2016-03-04score: Replace watchdog handler implementationSebastian Huber1-13/+18
2016-02-03Delete unused API extensionsSebastian Huber1-1/+0
2016-02-03Use linker set for POSIX User Threads initSebastian Huber1-24/+0
2016-02-03Optional POSIX Cleanup initializationSebastian Huber1-15/+1
2016-02-03Optional POSIX Threads initializationSebastian Huber1-1/+10
2015-12-15posix: Store unblocked signalsSebastian Huber1-3/+1
2015-12-15score: Initialize thread control to zeroSebastian Huber1-7/+3
2015-12-11score: Untangle thread actionsSebastian Huber1-5/+1
2015-11-24posix: Require struct _pthread_cleanup_contextSebastian Huber1-4/+0
2015-10-26basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber1-2/+2
2015-07-28score: Rename _POSIX_Absolute_timeout_to_ticks()Sebastian Huber1-1/+0
2015-07-23score: Introduce Thread_queue_HeadsSebastian Huber1-4/+2
2015-06-13score: Add _Watchdog_Preinitialize()Sebastian Huber1-0/+1
2015-05-19score: Rework _Thread_Change_priority()Sebastian Huber1-46/+50
2015-05-19score: Delete Thread_queue_Control::timeout_statusSebastian Huber1-5/+1
2015-05-19score: Add Thread_queue_Control::LockSebastian Huber1-0/+2
2015-05-19score: Add header to _Watchdog_Remove()Sebastian Huber1-1/+1
2015-04-23score: Delete Thread_queue_Control::stateSebastian Huber1-1/+0
2014-06-03score: Add and use _Thread_Owns_resources()Sebastian Huber1-2/+2
2014-04-15score: Simplify thread control initializationSebastian Huber1-22/+3
2014-04-03pthread.c: Conditionalize thread affinity initializationJoel Sherrill1-1/+1
2014-04-03posix: Modified pthread init to use cpuset default.Jennifer Averett1-12/+8
2014-03-31score: Relax Giant lock usage for API mutexesSebastian Huber1-1/+1
2014-03-31score: Thread life cycle re-implementationSebastian Huber1-7/+15