summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-28score: Fix thread queue context initializationSebastian Huber3-3/+3
2016-11-24score: Optimize _Thread_queue_Enqueue()Sebastian Huber3-3/+12
2016-11-23posix: Fix typoSebastian Huber1-1/+1
2016-11-23posix: Add self-contained pthread spinlockSebastian Huber6-185/+122
2016-11-23score: Rename _Thread_queue_Enqueue_critical()Sebastian Huber3-3/+3
2016-11-23score: Add thread queue enqueue calloutSebastian Huber4-45/+65
2016-11-18score: Add and use _Thread_Dispatch_direct()Sebastian Huber2-2/+2
2016-11-18posix: Simplify cleanup push/popSebastian Huber1-10/+10
2016-11-04posix: Fix _POSIX_RWLock_Manager_initialization()Sebastian Huber1-1/+1
2016-11-02score: Introduce Thread_Scheduler_control::homeSebastian Huber7-7/+7
2016-10-31posix: Fix timer intervalSebastian Huber1-2/+0
2016-10-31posix: Fix timeout handling in sigtimedwait()Sebastian Huber1-4/+7
2016-09-27score: Unify CORE mutex seize/surrenderSebastian Huber2-2/+4
2016-09-21score: Rework thread priority managementSebastian Huber7-210/+177
2016-09-08score: Introduce _Thread_Get_priority()Sebastian Huber4-11/+11
2016-09-08score: Move thread wait node to scheduler nodeSebastian Huber1-1/+4
2016-09-08score: Introduce Thread_queue_Lock_contextSebastian Huber6-12/+20
2016-08-10posix: nanosleep: adjust elapsed time calculationGedare Bloom1-39/+39
2016-08-08score: Add debug support to red-black treesSebastian Huber1-0/+2
2016-08-08posix: Fix for RTEMS_DEBUGSebastian Huber1-0/+1
2016-08-03posix: Fix for RTEMS_DEBUGSebastian Huber1-2/+8
2016-07-29posix: nanosleep: optimize away a time conversionGedare Bloom1-2/+1
2016-07-27score: Turn thread lock into thread wait lockSebastian Huber1-4/+4
2016-07-27posix: Fix error statusSebastian Huber1-2/+3
2016-07-26cpukit: refactor nanosleep and use 64-bit timeout for threadqGedare Bloom1-57/+67
2016-07-25posix: fix clock_nanosleep and nanosleep clock useGedare Bloom1-25/+68
2016-07-25posix: cond_timedwait remember and use clock from condattrGedare Bloom9-8/+12
2016-07-25posix: refactor cond wait support to defer abstime conversionGedare Bloom3-30/+32
2016-07-25posix: add clock_nanosleep and testsGedare Bloom1-9/+46
2016-07-25cpukit: Add and use Watchdog_Discipline.Gedare Bloom15-15/+14
2016-07-22score: Add debug support to chainsSebastian Huber1-1/+3
2016-07-21posix: Fix double chain extractSebastian Huber1-5/+2
2016-06-24score: Change Priority_Control to 64-bitSebastian Huber2-10/+1
2016-06-24posix: Fix pthread_create()Sebastian Huber1-4/+7
2016-06-22score: Introduce map priority scheduler operationSebastian Huber5-30/+46
2016-06-22posix: Generalize _POSIX_Priority_To_core()Sebastian Huber6-26/+34
2016-06-22posix: Make POSIX API aware of scheduler instancesSebastian Huber9-36/+63
2016-06-22posix: Rework sporadic server scheduling policySebastian Huber6-170/+232
2016-06-22posix: Delete POSIX_API_Control::schedparamSebastian Huber5-11/+14
2016-06-22posix: Delete POSIX_API_Control::schedpolicySebastian Huber4-7/+4
2016-06-22posix: Delete POSIX_API_Control::ss_high_prioritySebastian Huber1-4/+0
2016-06-22posix: _POSIX_Mutex_Default_attributesSebastian Huber4-33/+34
2016-06-22posix: pthread_mutexattr_setprioceiling()Sebastian Huber2-17/+11
2016-06-16Add pthread_condattr_getclock() and pthread_condattr_setclock()Joel Sherrill2-0/+84
2016-06-15posix: Fix poradic server initial CPU budgetSebastian Huber2-10/+7
2016-06-15posix: Use _POSIX_Threads_Sporadic_timer_insert()Sebastian Huber2-14/+2
2016-06-14posix: sched_get_priority_max()Sebastian Huber1-2/+10
2016-06-13posix: Add pthread_setschedprio()Sebastian Huber1-0/+54
2016-06-13posix: Fix pthread_setschedparam()Sebastian Huber1-1/+1
2016-06-13posix: Fix pthread_getschedparam()Sebastian Huber1-1/+1