summaryrefslogtreecommitdiffstats
path: root/cpukit/posix (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* score: Turn thread lock into thread wait lockSebastian Huber2016-07-271-4/+4
* posix: Fix error statusSebastian Huber2016-07-271-2/+3
* cpukit: refactor nanosleep and use 64-bit timeout for threadqGedare Bloom2016-07-261-57/+67
* posix: fix clock_nanosleep and nanosleep clock useGedare Bloom2016-07-251-25/+68
* posix: cond_timedwait remember and use clock from condattrGedare Bloom2016-07-2511-9/+16
* posix: refactor cond wait support to defer abstime conversionGedare Bloom2016-07-254-32/+33
* posix: add clock_nanosleep and testsGedare Bloom2016-07-251-9/+46
* cpukit: Add and use Watchdog_Discipline.Gedare Bloom2016-07-2515-15/+14
* score: Add debug support to chainsSebastian Huber2016-07-221-1/+3
* posix: Fix double chain extractSebastian Huber2016-07-211-5/+2
* score: Change Priority_Control to 64-bitSebastian Huber2016-06-243-11/+9
* posix: Fix pthread_create()Sebastian Huber2016-06-241-4/+7
* score: Introduce map priority scheduler operationSebastian Huber2016-06-226-35/+48
* posix: Generalize _POSIX_Priority_To_core()Sebastian Huber2016-06-227-32/+44
* posix: Make POSIX API aware of scheduler instancesSebastian Huber2016-06-2210-93/+91
* posix: Rework sporadic server scheduling policySebastian Huber2016-06-228-192/+253
* posix: Delete POSIX_API_Control::schedparamSebastian Huber2016-06-226-13/+16
* posix: Delete POSIX_API_Control::schedpolicySebastian Huber2016-06-225-9/+4
* posix: Delete POSIX_API_Control::ss_high_prioritySebastian Huber2016-06-222-9/+0
* posix: _POSIX_Mutex_Default_attributesSebastian Huber2016-06-228-39/+50
* posix: pthread_mutexattr_setprioceiling()Sebastian Huber2016-06-222-17/+11
* Add pthread_condattr_getclock() and pthread_condattr_setclock()Joel Sherrill2016-06-163-1/+87
* posix: Fix poradic server initial CPU budgetSebastian Huber2016-06-153-10/+11
* posix: Use _POSIX_Threads_Sporadic_timer_insert()Sebastian Huber2016-06-153-15/+16
* posix: Remove superfluous codeSebastian Huber2016-06-151-61/+0
* posix: sched_get_priority_max()Sebastian Huber2016-06-142-3/+12
* posix: sched_get_priority_min()Sebastian Huber2016-06-141-1/+3
* posix: Add pthread_setschedprio()Sebastian Huber2016-06-132-0/+55
* posix: Fix pthread_setschedparam()Sebastian Huber2016-06-131-1/+1
* posix: Fix pthread_getschedparam()Sebastian Huber2016-06-131-1/+1
* score: Rework CORE inherit priority mutexSebastian Huber2016-05-303-31/+22
* score: Rework CORE priority ceiling mutexSebastian Huber2016-05-305-14/+28
* score: Add CORE mutex variantsSebastian Huber2016-05-308-48/+186
* posix: Delete POSIX_Mutex_Protocol::process_sharedSebastian Huber2016-05-302-4/+0
* posix: Avoid use of internal mutex methodsSebastian Huber2016-05-301-21/+10
* posix: Avoid use of internal mutex methodsSebastian Huber2016-05-301-23/+13
* score: Add semaphore variantsSebastian Huber2016-05-305-6/+10
* score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber2016-05-3010-50/+77
* score: Add _Thread_queue_Context_set_MP_callout()Sebastian Huber2016-05-303-3/+3
* score: Add Status_Control for all APIsSebastian Huber2016-05-2636-607/+156
* posix: Fix sem_init() with too large initial valueSebastian Huber2016-05-261-1/+6
* Fix semaphore post overflow statusSebastian Huber2016-05-262-6/+13
* posix: Fix pthread_spin_unlock() error statusSebastian Huber2016-05-251-2/+1
* score: Move thread queue MP callout to contextSebastian Huber2016-05-2543-202/+196
* score: Get rid of mp_id parameterSebastian Huber2016-05-259-9/+0
* score: Move thread queue object supportSebastian Huber2016-05-256-17/+7
* score: Fix blocking _CORE_message_queue_Submit()Sebastian Huber2016-05-242-13/+1
* score: _CORE_message_queue_Seize()Sebastian Huber2016-05-241-1/+0
* score: _CORE_semaphore_Seize()Sebastian Huber2016-05-201-1/+0
* Replace *_Get_interrupt_disable() with *_Get()Sebastian Huber2016-05-2017-18/+18