summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/corerwlockimpl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove make preinstallChris Johns2018-01-251-182/+0
* posix: Implement self-contained POSIX rwlocksSebastian Huber2017-10-051-12/+56
* score: Simplify thread queue acquire/releaseSebastian Huber2016-09-081-8/+2
* cpukit: Add and use Watchdog_Discipline.Gedare Bloom2016-07-251-6/+0
* score: Add Status_Control for all APIsSebastian Huber2016-05-261-28/+4
* score: Move thread queue MP callout to contextSebastian Huber2016-05-251-18/+24
* score: Avoid Giant lock for CORE rwlockSebastian Huber2016-04-221-3/+21
* score: Rename _CORE_RWLock_Obtain()Sebastian Huber2016-04-211-3/+3
* score: Delete unused CORE_RWLock_AttributesSebastian Huber2016-04-211-15/+1
* score: _Thread_queue_Flush() parameter changesSebastian Huber2016-04-061-16/+0
* score: Delete MP support for RW locksSebastian Huber2016-04-061-27/+8
* score: Remove Thread_queue_Queue::operations fieldSebastian Huber2016-03-291-0/+2
* score: Add Thread_queue_Control::LockSebastian Huber2015-05-191-0/+8
* score: Delete _CORE_RWLock_Timeout()Sebastian Huber2015-04-221-15/+0
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
* score: Include missing <rtems/score/thread.h>Sebastian Huber2013-07-261-0/+1
* score: Create threadq implementation headerSebastian Huber2013-07-261-1/+0
* score: Avoid direct usage of _Thread_ExecutingSebastian Huber2013-07-221-1/+4
* score: Create rwlock implementation headerSebastian Huber2013-07-221-0/+201