summaryrefslogtreecommitdiff
path: root/cpukit/posix/src/pthreadcreate.c (follow)
AgeCommit message (Expand)Author
2020-08-31score: Add stack free handler to TCBSebastian Huber
2020-04-28doxygen: Switch @brief and @ingroupSebastian Huber
2020-04-16Canonicalize config.h includeSebastian Huber
2020-02-12score: Move thread stack allocationSebastian Huber
2020-02-12score: Add Thread_ConfigurationSebastian Huber
2020-02-12score: Simplify FP context allocationSebastian Huber
2019-09-24Correct initial POSIX signals maskJoel Sherrill
2019-03-25pthreadcreate.c: Silence unused variable warning (CID 1399716)Joel Sherrill
2018-12-14score: Static Objects_Information initializationSebastian Huber
2018-10-29posix: Provide threads by defaultSebastian Huber
2017-11-09posix: Change created_with_explicit_schedulerSebastian Huber
2017-11-09posix: Remove POSIX_API_Control::schedpolicySebastian Huber
2017-10-28posix: Fix pthread_create() with user stackSebastian Huber
2017-10-17posix: Simplify _POSIX_Threads_Create_extension()Sebastian Huber
2017-10-17posix: Remove POSIX_API_Control::schedparamSebastian Huber
2017-10-17posix: Fix _POSIX_Threads_Create_extension()Sebastian Huber
2017-10-11posix: Validate affinity sets by the schedulerSebastian Huber
2017-10-10posix: Unconditional thread attribute supportSebastian Huber
2017-10-09posix: Simplify POSIX_API_ControlSebastian Huber
2017-01-11Remove obsolete __RTEMS_HAVE_SYS_CPUSET_H__Joel Sherrill
2016-11-02score: Introduce Thread_Scheduler_control::homeSebastian Huber
2016-09-21score: Rework thread priority managementSebastian Huber
2016-06-24posix: Fix pthread_create()Sebastian Huber
2016-06-22score: Introduce map priority scheduler operationSebastian Huber
2016-06-22posix: Generalize _POSIX_Priority_To_core()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-20score: Avoid Giant lock for _Thread_Start()Sebastian Huber
2016-05-20posix: Rework pthread_join()Sebastian Huber
2016-05-12score: Avoid Giant lock _Scheduler_Set_affinity()Sebastian Huber
2016-04-12posix: Use a dedicated lock for scheduler changesSebastian Huber
2016-03-04score: Replace watchdog handler implementationSebastian Huber
2016-01-11score: Simplify _Thread_Start()Sebastian Huber
2016-01-11score: Introduce Thread_Entry_informationSebastian Huber
2015-07-28score: Rename _POSIX_Absolute_timeout_to_ticks()Sebastian Huber
2015-06-09score: Add Thread_Control::is_fpSebastian Huber
2014-04-15score: Add clustered/partitioned schedulingSebastian Huber
2014-04-04score: Add scheduler control to scheduler opsSebastian Huber
2014-04-03pthreadcreate.c: Fix bug where attr used instead of the_attrJoel Sherrill
2014-04-03posix: Move affinity from thread to scheduler.Jennifer Averett
2014-03-31score: PR2152: Use allocator mutex for objectsSebastian Huber
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns
2014-03-11posix: Fix NULL pointer access in pthread_create()Sebastian Huber
2014-03-10posix: Fix NULL pointer access in pthread_create()Sebastian Huber
2014-03-07posix: Add POSIX thread affinity attribute support.Jennifer Averett