summaryrefslogtreecommitdiff
path: root/cpukit/posix (follow)
AgeCommit message (Expand)Author
2014-06-20score: Fix _Thread_Delay_ended() on SMPSebastian Huber
2014-06-12score: PR2181: Add _Thread_Yield()Sebastian Huber
2014-06-03score: Add and use _Thread_Owns_resources()Sebastian Huber
2014-06-02score: _Scheduler_Get_affinity()Sebastian Huber
2014-05-15score: Simplify _Thread_Change_priority()Sebastian Huber
2014-05-06posix: Fix POSIX keys initializationSebastian Huber
2014-04-15score: Add clustered/partitioned schedulingSebastian Huber
2014-04-15score: Simplify thread control initializationSebastian Huber
2014-04-07score: Lazy key value pair allocationSebastian Huber
2014-04-07score: Delete _Thread_Ticks_per_timesliceSebastian Huber
2014-04-04score: Add scheduler control to scheduler opsSebastian Huber
2014-04-03pthreadimpl.h: Conditionalize thread affinity copyingJoel Sherrill
2014-04-03pthreadcreate.c: Fix bug where attr used instead of the_attrJoel Sherrill
2014-04-03pthread.c: Conditionalize thread affinity initializationJoel Sherrill
2014-04-03posix: Move affinity from thread to scheduler.Jennifer Averett
2014-04-03posix: Modified pthread init to use cpuset default.Jennifer Averett
2014-03-31score: Delete CORE_mutex_Control::lockSebastian Huber
2014-03-31score: PR2152: Use allocator mutex for objectsSebastian Huber
2014-03-31score: Relax Giant lock usage for API mutexesSebastian Huber
2014-03-31score: Thread life cycle re-implementationSebastian Huber
2014-03-31score: Fix thread restart extensions contextSebastian Huber
2014-03-31posix: Use thread action for signalsSebastian Huber
2014-03-24posix: Prevent pthread_setspecific from returning EAGAIN.Christian Mauderer
2014-03-21score: Unify pthread and gxx_wrapper once and move to score.Christian Mauderer
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns
2014-03-19posix: Use interal mutex for once implementationSebastian Huber
2014-03-14score: Add SMP lock profiling supportSebastian Huber
2014-03-11posix: Fix NULL pointer access in pthread_create()Sebastian Huber
2014-03-11score: Add local context to SMP lock APISebastian Huber
2014-03-11sapi: Use one SMP lock for all chainsSebastian Huber
2014-03-11posix: RegenerateSebastian Huber
2014-03-10posix: Fix NULL pointer access in pthread_create()Sebastian Huber
2014-03-07POSIX keys now enabled in all configurations.Joel Sherrill
2014-03-07Remove trailing whitespace in previous patchesJennifer Averett
2014-03-07posix: Add pthread_getattr_np().Jennifer Averett
2014-03-07posix: Add dynamic pthread get and set affinity.Jennifer Averett
2014-03-07posix: Add pthread_attr_t methods to get/set affinity.Jennifer Averett
2014-03-07posix: Add support method to compare two pthread attribute structures.Jennifer Averett
2014-03-07posix: Add POSIX thread affinity attribute support.Jennifer Averett
2014-02-19posix: Set pthread attribute values in detach and setschedparm methods.Jennifer Averett
2014-02-03posix/*.c: Remove use of register keywordJoel Sherrill
2014-01-09posix: fix race condition between pthread_create and capture engineTill Strauman
2013-12-10alarm.c: Use _Assert() not assert()Joel Sherrill
2013-12-09alarm.c: Per comment add debug code for kill() failingJoel Sherrill
2013-12-09pthread.c: Use UINT32_MAX rather than constant valueJoel Sherrill
2013-12-09condwaitsupp.c: Return EPERM if waiting and mutex is not lockedJoel Sherrill
2013-12-09psignalimpl.h: Remove dead commentJoel Sherrill
2013-12-09pthread.c: Remove XXX and use SIGNAL_ constantsJoel Sherrill
2013-12-09posix/config.h: Comment clean upJoel Sherrill
2013-12-09signalcatch.c: Remove junk commentJoel Sherrill