summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pthreadcreate.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2013-07-22score: Create watchdog implementation headerSebastian Huber1-0/+1
2013-07-22posix: Create pthread implementation headerSebastian Huber1-1/+1
2013-07-22posix: Create priority implementation headerSebastian Huber1-1/+1
2013-07-22posix: Use _Thread_Get_executing()Sebastian Huber1-1/+1
2013-06-14scheduler: Add start idle thread operationSebastian Huber1-1/+2
2013-01-10cpukit/posix: Doxygen group is POSIXAPIJoel Sherrill1-1/+1
2012-12-19posix: Doxygen Enhancement Task #9Ayush Awasthi1-0/+7
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
2010-06-292010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-8/+0
2010-04-03Reflect POSIX sched_parm changes.Ralf Corsepius1-1/+1
2009-11-30Whitespace removal.Ralf Corsepius1-1/+1
2009-06-242009-06-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-68/+32