summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pthreadcreate.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* posix: Fix _POSIX_Threads_Create_extension()Sebastian Huber2017-10-171-2/+1
* posix: Validate affinity sets by the schedulerSebastian Huber2017-10-111-7/+2
* posix: Unconditional thread attribute supportSebastian Huber2017-10-101-0/+1
* posix: Simplify POSIX_API_ControlSebastian Huber2017-10-091-1/+4
* Remove obsolete __RTEMS_HAVE_SYS_CPUSET_H__Joel Sherrill2017-01-111-4/+2
* score: Introduce Thread_Scheduler_control::homeSebastian Huber2016-11-021-1/+1
* score: Rework thread priority managementSebastian Huber2016-09-211-17/+15
* posix: Fix pthread_create()Sebastian Huber2016-06-241-4/+7
* score: Introduce map priority scheduler operationSebastian Huber2016-06-221-1/+2
* posix: Generalize _POSIX_Priority_To_core()Sebastian Huber2016-06-221-5/+5
* posix: Make POSIX API aware of scheduler instancesSebastian Huber2016-06-221-4/+7
* posix: Rework sporadic server scheduling policySebastian Huber2016-06-221-17/+31
* posix: Delete POSIX_API_Control::schedparamSebastian Huber2016-06-221-2/+1
* posix: Delete POSIX_API_Control::schedpolicySebastian Huber2016-06-221-2/+1
* posix: Fix poradic server initial CPU budgetSebastian Huber2016-06-151-6/+6
* posix: Use _POSIX_Threads_Sporadic_timer_insert()Sebastian Huber2016-06-151-7/+1
* posix: Rework thread cancellationSebastian Huber2016-05-201-0/+2
* score: Avoid Giant lock for _Thread_Start()Sebastian Huber2016-05-201-6/+2
* posix: Rework pthread_join()Sebastian Huber2016-05-201-1/+4
* score: Avoid Giant lock _Scheduler_Set_affinity()Sebastian Huber2016-05-121-3/+5
* posix: Use a dedicated lock for scheduler changesSebastian Huber2016-04-121-2/+2
* score: Replace watchdog handler implementationSebastian Huber2016-03-041-1/+5
* score: Simplify _Thread_Start()Sebastian Huber2016-01-111-1/+1
* score: Introduce Thread_Entry_informationSebastian Huber2016-01-111-8/+10
* score: Rename _POSIX_Absolute_timeout_to_ticks()Sebastian Huber2015-07-281-1/+0
* score: Add Thread_Control::is_fpSebastian Huber2015-06-091-5/+1
* score: Add clustered/partitioned schedulingSebastian Huber2014-04-151-2/+5
* score: Add scheduler control to scheduler opsSebastian Huber2014-04-041-0/+1
* pthreadcreate.c: Fix bug where attr used instead of the_attrJoel Sherrill2014-04-031-14/+13
* posix: Move affinity from thread to scheduler.Jennifer Averett2014-04-031-4/+14
* score: PR2152: Use allocator mutex for objectsSebastian Huber2014-03-311-9/+4
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
* posix: Fix NULL pointer access in pthread_create()Sebastian Huber2014-03-111-2/+2
* posix: Fix NULL pointer access in pthread_create()Sebastian Huber2014-03-101-1/+1
* posix: Add POSIX thread affinity attribute support.Jennifer Averett2014-03-071-2/+17
* posix: fix race condition between pthread_create and capture engineTill Strauman2014-01-091-0/+5
* score: Create thread implementation headerSebastian Huber2013-07-261-4/+3
* score: Create stack implementation headerSebastian Huber2013-07-231-0/+1
* score: Create watchdog implementation headerSebastian Huber2013-07-221-0/+1
* posix: Create pthread implementation headerSebastian Huber2013-07-221-1/+1
* posix: Create priority implementation headerSebastian Huber2013-07-221-1/+1
* posix: Use _Thread_Get_executing()Sebastian Huber2013-07-221-1/+1
* scheduler: Add start idle thread operationSebastian Huber2013-06-141-1/+2
* cpukit/posix: Doxygen group is POSIXAPIJoel Sherrill2013-01-101-1/+1
* posix: Doxygen Enhancement Task #9Ayush Awasthi2012-12-191-0/+7
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
* 2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-291-8/+0
* Reflect POSIX sched_parm changes.Ralf Corsepius2010-04-031-1/+1
* Whitespace removal.Ralf Corsepius2009-11-301-1/+1
* 2009-06-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-06-241-68/+32