summaryrefslogtreecommitdiff
path: root/cpukit/posix/src/pthread.c (follow)
AgeCommit message (Expand)Author
2020-04-28doxygen: Switch @brief and @ingroupSebastian Huber
2020-04-16Canonicalize config.h includeSebastian Huber
2020-02-25config: Add <rtems/confdefs/threads.h>Sebastian Huber
2018-12-14score: Static Objects_Information initializationSebastian Huber
2018-10-29posix: Provide threads by defaultSebastian Huber
2018-10-29posix: Split posix_api_configuration_tableSebastian Huber
2018-10-29score: Remove bogus thread object name supportSebastian Huber
2018-02-02score: Introduce new monotonic clockSebastian Huber
2017-11-09posix: Remove POSIX_API_Control::schedpolicySebastian Huber
2017-10-17posix: Simplify _POSIX_Threads_Create_extension()Sebastian Huber
2017-10-17posix: Remove POSIX_API_Control::schedparamSebastian Huber
2017-10-17posix: Move POSIX_API_Control::threadSebastian Huber
2017-10-17posix: Fix _POSIX_Threads_Create_extension()Sebastian Huber
2017-10-17score: Rename watchdog variantsSebastian Huber
2017-10-11score: Remove CPU_set_ControlSebastian Huber
2017-10-10posix: Unconditional thread attribute supportSebastian Huber
2017-10-10posix: Constify default thread processor affinitySebastian Huber
2017-10-09posix: Simplify POSIX_API_ControlSebastian Huber
2017-06-07Fix CPU_COPY() usageSebastian Huber
2017-01-11Remove obsolete __RTEMS_HAVE_SYS_CPUSET_H__Joel Sherrill
2016-12-02score: Initialize thread queue context earlySebastian Huber
2016-11-28score: Fix thread queue context initializationSebastian Huber
2016-11-02score: Introduce Thread_Scheduler_control::homeSebastian Huber
2016-09-21score: Rework thread priority managementSebastian Huber
2016-09-08score: Introduce _Thread_Get_priority()Sebastian Huber
2016-06-22posix: Make POSIX API aware of scheduler instancesSebastian Huber
2016-06-22posix: Rework sporadic server scheduling policySebastian Huber
2016-06-22posix: Delete POSIX_API_Control::schedparamSebastian Huber
2016-06-22posix: Delete POSIX_API_Control::schedpolicySebastian Huber
2016-06-15posix: Fix poradic server initial CPU budgetSebastian Huber
2016-06-15posix: Use _POSIX_Threads_Sporadic_timer_insert()Sebastian Huber
2016-05-20posix: Rework thread cancellationSebastian Huber
2016-05-20posix: Rework pthread_join()Sebastian Huber
2016-05-12posix: Avoid Giant lock for some pthread functionsSebastian Huber
2016-04-21score: Simplify _Objects_Initialize_information()Sebastian Huber
2016-04-12posix: Use a dedicated lock for scheduler changesSebastian Huber
2016-03-29score: Remove Thread_queue_Queue::operations fieldSebastian Huber
2016-03-04score: Replace watchdog handler implementationSebastian Huber
2016-02-03Delete unused API extensionsSebastian Huber
2016-02-03Use linker set for POSIX User Threads initSebastian Huber
2016-02-03Optional POSIX Cleanup initializationSebastian Huber
2016-02-03Optional POSIX Threads initializationSebastian Huber
2015-12-15posix: Store unblocked signalsSebastian Huber
2015-12-15score: Initialize thread control to zeroSebastian Huber
2015-12-11score: Untangle thread actionsSebastian Huber
2015-11-24posix: Require struct _pthread_cleanup_contextSebastian Huber
2015-10-26basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber
2015-07-28score: Rename _POSIX_Absolute_timeout_to_ticks()Sebastian Huber
2015-07-23score: Introduce Thread_queue_HeadsSebastian Huber
2015-06-13score: Add _Watchdog_Preinitialize()Sebastian Huber