summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pthreadcreate.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2014-04-03pthreadcreate.c: Fix bug where attr used instead of the_attrJoel Sherrill1-14/+13
2014-04-03posix: Move affinity from thread to scheduler.Jennifer Averett1-4/+14
2014-03-31score: PR2152: Use allocator mutex for objectsSebastian Huber1-9/+4
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2014-03-11posix: Fix NULL pointer access in pthread_create()Sebastian Huber1-2/+2
2014-03-10posix: Fix NULL pointer access in pthread_create()Sebastian Huber1-1/+1
2014-03-07posix: Add POSIX thread affinity attribute support.Jennifer Averett1-2/+17
2014-01-09posix: fix race condition between pthread_create and capture engineTill Strauman1-0/+5
2013-07-26score: Create thread implementation headerSebastian Huber1-4/+3
2013-07-23score: Create stack implementation headerSebastian Huber1-0/+1