summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pthread.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpukit/posix/src/[p-z]*.c: Change license to BSD-2Joel Sherrill2022-02-281-3/+22
* doxygen: Switch @brief and @ingroupSebastian Huber2020-04-281-1/+2
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
* config: Add <rtems/confdefs/threads.h>Sebastian Huber2020-02-251-0/+2
* score: Static Objects_Information initializationSebastian Huber2018-12-141-186/+5
* posix: Provide threads by defaultSebastian Huber2018-10-291-2/+8
* posix: Split posix_api_configuration_tableSebastian Huber2018-10-291-2/+1
* score: Remove bogus thread object name supportSebastian Huber2018-10-291-3/+1
* score: Introduce new monotonic clockSebastian Huber2018-02-021-2/+2
* posix: Remove POSIX_API_Control::schedpolicySebastian Huber2017-11-091-5/+1
* posix: Simplify _POSIX_Threads_Create_extension()Sebastian Huber2017-10-171-17/+0
* posix: Remove POSIX_API_Control::schedparamSebastian Huber2017-10-171-6/+0
* 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