summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pthreadcreate.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-28cpukit/posix/src/[p-z]*.c: Change license to BSD-2Joel Sherrill1-3/+22
2021-11-15score: Introduce CPU budget operationsSebastian Huber1-2/+34
2021-05-11score: Rename _Stack_Free_nothing()Sebastian Huber1-1/+1
2021-04-27Return status code for _Thread_Start()Sebastian Huber1-3/+2
2021-04-27Return status code for _Scheduler_Set_affinity()Sebastian Huber1-2/+2
2021-03-16score: Add Thread_Configuration::cpu_time_budgetSebastian Huber1-2/+1
2021-02-26score: Fix thread initializationSebastian Huber1-18/+21
2020-08-31score: Add stack free handler to TCBSebastian Huber1-1/+3
2020-04-28doxygen: Switch @brief and @ingroupSebastian Huber1-1/+2
2020-04-16Canonicalize config.h includeSebastian Huber1-1/+1
2020-02-12score: Move thread stack allocationSebastian Huber1-5/+15
2020-02-12score: Add Thread_ConfigurationSebastian Huber1-27/+24
2020-02-12score: Simplify FP context allocationSebastian Huber1-7/+7
2019-09-24Correct initial POSIX signals maskJoel Sherrill1-5/+48
2019-03-25pthreadcreate.c: Silence unused variable warning (CID 1399716)Joel Sherrill1-0/+1
2018-12-14score: Static Objects_Information initializationSebastian Huber1-0/+138
2018-10-29posix: Provide threads by defaultSebastian Huber1-7/+13
2017-11-09posix: Change created_with_explicit_schedulerSebastian Huber1-2/+2
2017-11-09posix: Remove POSIX_API_Control::schedpolicySebastian Huber1-1/+0
2017-10-28posix: Fix pthread_create() with user stackSebastian Huber1-3/+11
2017-10-17posix: Simplify _POSIX_Threads_Create_extension()Sebastian Huber1-0/+4
2017-10-17posix: Remove POSIX_API_Control::schedparamSebastian Huber1-1/+7
2017-10-17posix: Fix _POSIX_Threads_Create_extension()Sebastian Huber1-2/+1
2017-10-11posix: Validate affinity sets by the schedulerSebastian Huber1-7/+2
2017-10-10posix: Unconditional thread attribute supportSebastian Huber1-0/+1
2017-10-09posix: Simplify POSIX_API_ControlSebastian Huber1-1/+4
2017-01-11Remove obsolete __RTEMS_HAVE_SYS_CPUSET_H__Joel Sherrill1-4/+2
2016-11-02score: Introduce Thread_Scheduler_control::homeSebastian Huber1-1/+1
2016-09-21score: Rework thread priority managementSebastian Huber1-17/+15
2016-06-24posix: Fix pthread_create()Sebastian Huber1-4/+7
2016-06-22score: Introduce map priority scheduler operationSebastian Huber1-1/+2
2016-06-22posix: Generalize _POSIX_Priority_To_core()Sebastian Huber1-5/+5
2016-06-22posix: Make POSIX API aware of scheduler instancesSebastian Huber1-4/+7
2016-06-22posix: Rework sporadic server scheduling policySebastian Huber1-17/+31
2016-06-22posix: Delete POSIX_API_Control::schedparamSebastian Huber1-2/+1
2016-06-22posix: Delete POSIX_API_Control::schedpolicySebastian Huber1-2/+1
2016-06-15posix: Fix poradic server initial CPU budgetSebastian Huber1-6/+6
2016-06-15posix: Use _POSIX_Threads_Sporadic_timer_insert()Sebastian Huber1-7/+1
2016-05-20posix: Rework thread cancellationSebastian Huber1-0/+2
2016-05-20score: Avoid Giant lock for _Thread_Start()Sebastian Huber1-6/+2
2016-05-20posix: Rework pthread_join()Sebastian Huber1-1/+4
2016-05-12score: Avoid Giant lock _Scheduler_Set_affinity()Sebastian Huber1-3/+5
2016-04-12posix: Use a dedicated lock for scheduler changesSebastian Huber1-2/+2
2016-03-04score: Replace watchdog handler implementationSebastian Huber1-1/+5
2016-01-11score: Simplify _Thread_Start()Sebastian Huber1-1/+1
2016-01-11score: Introduce Thread_Entry_informationSebastian Huber1-8/+10
2015-07-28score: Rename _POSIX_Absolute_timeout_to_ticks()Sebastian Huber1-1/+0
2015-06-09score: Add Thread_Control::is_fpSebastian Huber1-5/+1
2014-04-15score: Add clustered/partitioned schedulingSebastian Huber1-2/+5
2014-04-04score: Add scheduler control to scheduler opsSebastian Huber1-0/+1