summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove make preinstallChris Johns2018-01-2528-3388/+0
* score: Use self-contained API mutexSebastian Huber2017-12-041-1/+1
* posix: _POSIX_Threads_Get_sched_param_sporadic()Sebastian Huber2017-11-211-1/+3
* posix: Change created_with_explicit_schedulerSebastian Huber2017-11-091-3/+0
* posix: Remove POSIX_API_Control::schedpolicySebastian Huber2017-11-092-3/+4
* score: Move thread queue timeout handlingSebastian Huber2017-10-242-30/+27
* posix: Fix POSIX disabled buildSebastian Huber2017-10-181-0/+4
* posix: Remove POSIX_API_Control::schedparamSebastian Huber2017-10-173-5/+37
* posix: Move POSIX_API_Control::threadSebastian Huber2017-10-171-3/+3
* score: Rename _Watchdog_Per_CPU_insert_monotonic()Sebastian Huber2017-10-171-1/+1
* score: Rename watchdog variantsSebastian Huber2017-10-171-1/+1
* score: Add _Thread_queue_Dispatch_disable()Sebastian Huber2017-10-101-6/+2
* posix: Unconditional thread attribute supportSebastian Huber2017-10-102-29/+71
* posix: Constify default thread processor affinitySebastian Huber2017-10-101-1/+1
* posix: Remove rtems_pthread_attribute_compare()Sebastian Huber2017-10-091-8/+0
* posix: Simplify POSIX_API_ControlSebastian Huber2017-10-092-4/+10
* posix: Implement self-contained POSIX mutexSebastian Huber2017-10-053-132/+403
* posix: Implement self-contained POSIX condvarSebastian Huber2017-10-053-111/+84
* posix: Implement self-contained POSIX rwlocksSebastian Huber2017-10-053-102/+21
* posix: Implement self-contained POSIX barriersSebastian Huber2017-10-053-106/+51
* posix: Implement self-contained POSIX semaphoresSebastian Huber2017-10-052-52/+48
* posix shm: Add oflag to Shm_ControlJoel Sherrill2017-09-221-0/+1
* posix: Allow PTHREAD_PROCESS_SHARED for mutexesSebastian Huber2017-09-151-0/+15
* libio: Remove special-case reference countSebastian Huber2017-09-141-6/+6
* posix: Ignore pshared for semaphoresSebastian Huber2017-09-122-2/+0
* posix: Use mutex object itself for condvarSebastian Huber2017-09-122-2/+2
* posix: replace mmap mappings lock with libio lockGedare Bloom2017-07-241-2/+9
* posix/mman: add mmap support for shm objectsGedare Bloom2017-05-053-1/+66
* posix: Add mmap/unmap support for mapping files.Chris Johns2017-05-051-0/+44
* posix/shm: replace threadq with mutex (allocator lock)Gedare Bloom2017-05-051-19/+0
* posix/mman: update atime on shared memory read callGedare Bloom2017-05-051-0/+9
* score: Add _Thread_queue_Object_nameSebastian Huber2017-01-311-1/+1
* posix: shared memory supportGedare Bloom2017-01-133-0/+302
* configure: Remove SIZEOF_PTHREAD_SPINLOCK_TSebastian Huber2017-01-131-19/+0
* Remove obsolete __RTEMS_HAVE_SYS_CPUSET_H__Joel Sherrill2017-01-111-1/+1
* posix: Fix typoSebastian Huber2016-12-021-1/+1
* posix: Fix fall back spinlock implementationSebastian Huber2016-12-021-7/+4
* score: Fix thread queue context initializationSebastian Huber2016-11-281-1/+2
* posix: Add self-contained pthread spinlockSebastian Huber2016-11-233-112/+38
* score: Add thread queue enqueue calloutSebastian Huber2016-11-231-0/+4
* score: Rework thread priority managementSebastian Huber2016-09-212-7/+3
* score: Introduce Thread_queue_Lock_contextSebastian Huber2016-09-084-7/+13
* score: Simplify thread queue acquire/releaseSebastian Huber2016-09-082-13/+4
* score: Fix warningSebastian Huber2016-09-081-1/+1
* posix: cond_timedwait remember and use clock from condattrGedare Bloom2016-07-252-1/+4
* posix: refactor cond wait support to defer abstime conversionGedare Bloom2016-07-251-2/+1
* score: Change Priority_Control to 64-bitSebastian Huber2016-06-241-1/+8
* score: Introduce map priority scheduler operationSebastian Huber2016-06-221-5/+2
* posix: Generalize _POSIX_Priority_To_core()Sebastian Huber2016-06-221-6/+10
* posix: Make POSIX API aware of scheduler instancesSebastian Huber2016-06-221-57/+28