summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pthread.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Delete Thread_queue_Control::timeout_statusSebastian Huber2015-05-191-5/+1
* score: Add Thread_queue_Control::LockSebastian Huber2015-05-191-0/+2
* score: Add header to _Watchdog_Remove()Sebastian Huber2015-05-191-1/+1
* score: Delete Thread_queue_Control::stateSebastian Huber2015-04-231-1/+0
* score: Add and use _Thread_Owns_resources()Sebastian Huber2014-06-031-2/+2
* score: Simplify thread control initializationSebastian Huber2014-04-151-22/+3
* pthread.c: Conditionalize thread affinity initializationJoel Sherrill2014-04-031-1/+1
* posix: Modified pthread init to use cpuset default.Jennifer Averett2014-04-031-12/+8
* score: Relax Giant lock usage for API mutexesSebastian Huber2014-03-311-1/+1
* score: Thread life cycle re-implementationSebastian Huber2014-03-311-7/+15
* score: Fix thread restart extensions contextSebastian Huber2014-03-311-1/+10
* posix: Use thread action for signalsSebastian Huber2014-03-311-0/+5
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
* POSIX keys now enabled in all configurations.Joel Sherrill2014-03-071-9/+1
* Remove trailing whitespace in previous patchesJennifer Averett2014-03-071-1/+1
* posix: Add POSIX thread affinity attribute support.Jennifer Averett2014-03-071-11/+41
* pthread.c: Use UINT32_MAX rather than constant valueJoel Sherrill2013-12-091-1/+1
* pthread.c: Remove XXX and use SIGNAL_ constantsJoel Sherrill2013-12-091-5/+3
* posix: Use cleanup contexts on the stackSebastian Huber2013-12-021-0/+4
* posix: Create key implementation headerSebastian Huber2013-08-061-1/+1
* Unlimited objects support for POSIX keysZhongwei Yao2013-08-061-0/+3
* score: Create threadq implementation headerSebastian Huber2013-07-261-1/+1
* score: Create thread implementation headerSebastian Huber2013-07-261-1/+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: Include missing header filesSebastian Huber2013-07-221-0/+1
* posix: Doxygen Enhancement Task #8Mathew Kallada2012-12-151-0/+7
* posix: Add signal post switch extension on the flySebastian Huber2012-12-051-5/+0
* posix: Add and use <rtems/posix/psignalimpl.h>Sebastian Huber2012-12-051-1/+1
* score: Add API extensions post switch listSebastian Huber2012-12-051-4/+7
* score: Add and use <rtems/score/userextimpl.h>Sebastian Huber2012-11-221-1/+1
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
* 2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-051-1/+1
* 2011-12-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-031-5/+6
* 2011-07-31 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-07-311-1/+1
* 2011-07-27 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-07-271-1/+1
* 2011-07-27 Petr Benes <benesp16@fel.cvut.cz>Joel Sherrill2011-07-271-1/+1
* 2011-02-15 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-02-161-1/+1
* 2010-10-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-10-041-0/+3
* 2010-04-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-04-251-4/+9
* Reflect POSIX sched_parm changes.Ralf Corsepius2010-04-031-9/+9
* 2009-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-09-261-2/+2
* 2009-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-191-57/+53
* 2009-08-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-011-6/+2
* 2009-07-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-07-031-1/+3
* 2009-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-06-291-1/+0
* 2009-06-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-06-241-2/+7
* Eliminate TRUE/FALSE.Ralf Corsepius2009-02-031-6/+6
* Add __attribute__((unused)) to unused function args.Ralf Corsepius2009-01-021-3/+3