summaryrefslogtreecommitdiffstats
path: root/cpukit/posix (follow)
Commit message (Expand)AuthorAgeFilesLines
* posix: Fix POSIX keys initializationSebastian Huber2014-05-061-5/+5
* score: Add clustered/partitioned schedulingSebastian Huber2014-04-152-3/+5
* score: Simplify thread control initializationSebastian Huber2014-04-151-22/+3
* score: Lazy key value pair allocationSebastian Huber2014-04-071-9/+13
* score: Delete _Thread_Ticks_per_timesliceSebastian Huber2014-04-072-4/+9
* score: Add scheduler control to scheduler opsSebastian Huber2014-04-045-14/+23
* pthreadimpl.h: Conditionalize thread affinity copyingJoel Sherrill2014-04-031-1/+1
* pthreadcreate.c: Fix bug where attr used instead of the_attrJoel Sherrill2014-04-031-14/+13
* pthread.c: Conditionalize thread affinity initializationJoel Sherrill2014-04-031-1/+1
* posix: Move affinity from thread to scheduler.Jennifer Averett2014-04-034-21/+28
* posix: Modified pthread init to use cpuset default.Jennifer Averett2014-04-031-12/+8
* score: Delete CORE_mutex_Control::lockSebastian Huber2014-03-311-6/+1
* score: PR2152: Use allocator mutex for objectsSebastian Huber2014-03-3127-121/+106
* score: Relax Giant lock usage for API mutexesSebastian Huber2014-03-311-1/+1
* score: Thread life cycle re-implementationSebastian Huber2014-03-314-70/+62
* score: Fix thread restart extensions contextSebastian Huber2014-03-311-1/+10
* posix: Use thread action for signalsSebastian Huber2014-03-317-23/+28
* posix: Prevent pthread_setspecific from returning EAGAIN.Christian Mauderer2014-03-241-24/+35
* score: Unify pthread and gxx_wrapper once and move to score.Christian Mauderer2014-03-211-35/+2
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-21262-262/+262
* posix: Use interal mutex for once implementationSebastian Huber2014-03-195-139/+25
* score: Add SMP lock profiling supportSebastian Huber2014-03-141-1/+1
* posix: Fix NULL pointer access in pthread_create()Sebastian Huber2014-03-111-2/+2
* score: Add local context to SMP lock APISebastian Huber2014-03-115-19/+19
* sapi: Use one SMP lock for all chainsSebastian Huber2014-03-112-15/+10
* posix: RegenerateSebastian Huber2014-03-111-0/+2
* posix: Fix NULL pointer access in pthread_create()Sebastian Huber2014-03-101-1/+1
* POSIX keys now enabled in all configurations.Joel Sherrill2014-03-078-78/+46
* Remove trailing whitespace in previous patchesJennifer Averett2014-03-077-23/+23
* posix: Add pthread_getattr_np().Jennifer Averett2014-03-072-0/+58
* posix: Add dynamic pthread get and set affinity.Jennifer Averett2014-03-073-1/+139
* posix: Add pthread_attr_t methods to get/set affinity.Jennifer Averett2014-03-073-0/+108
* posix: Add support method to compare two pthread attribute structures.Jennifer Averett2014-03-072-0/+95
* posix: Add POSIX thread affinity attribute support.Jennifer Averett2014-03-074-16/+129
* posix: Set pthread attribute values in detach and setschedparm methods.Jennifer Averett2014-02-192-0/+4
* posix/*.c: Remove use of register keywordJoel Sherrill2014-02-0313-26/+26
* posix: fix race condition between pthread_create and capture engineTill Strauman2014-01-091-0/+5
* alarm.c: Use _Assert() not assert()Joel Sherrill2013-12-101-1/+1
* alarm.c: Per comment add debug code for kill() failingJoel Sherrill2013-12-091-4/+17
* pthread.c: Use UINT32_MAX rather than constant valueJoel Sherrill2013-12-091-1/+1
* condwaitsupp.c: Return EPERM if waiting and mutex is not lockedJoel Sherrill2013-12-091-4/+8
* psignalimpl.h: Remove dead commentJoel Sherrill2013-12-091-3/+1
* pthread.c: Remove XXX and use SIGNAL_ constantsJoel Sherrill2013-12-091-5/+3
* posix/config.h: Comment clean upJoel Sherrill2013-12-091-10/+102
* signalcatch.c: Remove junk commentJoel Sherrill2013-12-091-1/+1
* timerimpl.h: Comment clean upJoel Sherrill2013-12-091-36/+22
* semaphoreimpl.h: Comment clean upJoel Sherrill2013-12-091-79/+38
* mqueueimpl.h: Comment clean upJoel Sherrill2013-12-091-176/+91
* condimpl.h: Comment clean upJoel Sherrill2013-12-091-98/+35
* ptimer.h: Comment clean upJoel Sherrill2013-12-091-31/+14