summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* posix: Add and use _POSIX_signals_Acquire()Sebastian Huber2013-08-275-15/+33
* posix: _POSIX_signals_Clear_process_signals()Sebastian Huber2013-08-271-28/+11
* posix: Protect access to _POSIX_signals_VectorsSebastian Huber2013-08-271-11/+6
* score: _Thread_queue_Enqueue_with_handler()Sebastian Huber2013-08-233-3/+7
* posix: Update to the pthread_once changes.Chris Johns2013-08-233-25/+25
* posix: Change pthread_once to be SMP safe.Chris Johns2013-08-142-10/+89
* posix: Handle recursive attributes correctly.Chris Johns2013-08-141-1/+1
* posix: Delete POSIX_Keys_Freechain typeSebastian Huber2013-08-084-63/+62
* posix: Use _Objects_Put() for POSIX keysSebastian Huber2013-08-063-10/+15
* posix: Create key implementation headerSebastian Huber2013-08-069-57/+29
* Unlimited objects support for POSIX keysZhongwei Yao2013-08-068-145/+294
* Fix compiler warningsR. Diez2013-08-061-1/+1
* score: Rename tod.h to todimpl.hSebastian Huber2013-08-0112-12/+12
* posix: Simplify pthread_kill()Sebastian Huber2013-07-301-1/+0
* score: Add and use _Thread_Signal_notification()Sebastian Huber2013-07-302-5/+2
* score: Merge tod implementation into one fileSebastian Huber2013-07-2619-36/+13
* score: Create object implementation headerSebastian Huber2013-07-2633-33/+0
* Include missing <rtems/score/threaddispatch.h>Sebastian Huber2013-07-262-9/+4
* score: Create mpci implementation headerSebastian Huber2013-07-268-24/+0
* score: Create threadq implementation headerSebastian Huber2013-07-2618-20/+14
* score: Create states implementation headerSebastian Huber2013-07-2619-41/+16
* score: Create thread implementation headerSebastian Huber2013-07-2615-33/+24
* score: Create scheduler implementation headerSebastian Huber2013-07-262-14/+6
* POSIX Semaphore: Add restrict keyword per Single UNIX SpecificationSahil Patnayakunii2013-07-242-4/+4
* POSIX AIO: Add restrict keyword per Single UNIX SpecificationSahil Patnayakunii2013-07-241-4/+4
* POSIX mqueue.h: Add restrict keyword per Single UNIX SpecificationSahil Patnayakunii2013-07-242-5/+5
* score: Create stack implementation headerSebastian Huber2013-07-233-6/+8
* posix: Include proper header fileSebastian Huber2013-07-232-2/+2
* posix: Protect ualarm()Sebastian Huber2013-07-221-0/+4
* posix: Statically init _POSIX_signals_Ualarm_timerSebastian Huber2013-07-222-32/+24
* posix: Protect alarm()Sebastian Huber2013-07-221-0/+4
* posix: Statically init _POSIX_signals_Alarm_timerSebastian Huber2013-07-222-21/+16
* score: Create watchdog implementation headerSebastian Huber2013-07-2213-1/+13
* posix: Obtain _Thread_Executing in proper contextSebastian Huber2013-07-223-9/+17
* posix: Obtain _Thread_Executing in proper contextSebastian Huber2013-07-221-3/+6
* posix: Create spinlock implementation headerSebastian Huber2013-07-227-7/+7
* posix: Create timer implementation headerSebastian Huber2013-07-228-8/+8
* score: Avoid direct usage of _Thread_ExecutingSebastian Huber2013-07-227-49/+67
* posix: Create rwlock implementation headerSebastian Huber2013-07-2211-11/+11
* posix: Create pthread implementation headerSebastian Huber2013-07-2242-42/+42
* posix: Create priority implementation headerSebastian Huber2013-07-2233-33/+33
* score: Obtain _Thread_Executing in proper contextSebastian Huber2013-07-221-4/+6
* posix: Create condition variable impl headerSebastian Huber2013-07-2217-17/+17
* score: Avoid direct usage of _Thread_ExecutingSebastian Huber2013-07-221-1/+4
* posix: Create barrier implementation headerSebastian Huber2013-07-225-5/+5
* score: Avoid direct usage of _Thread_ExecutingSebastian Huber2013-07-222-4/+10
* posix: Create message queue implementation headerSebastian Huber2013-07-2216-16/+16
* score: Avoid direct usage of _Thread_ExecutingSebastian Huber2013-07-221-2/+5
* posix: Convert to inline functionSebastian Huber2013-07-221-32/+1
* posix: Create semaphore implementation headerSebastian Huber2013-07-2216-16/+16