summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/resource_snapshot.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Canonicalize config.h includeSebastian Huber2020-04-161-2/+2
* posix: Provide threads by defaultSebastian Huber2018-10-291-26/+4
* posix: Implement self-contained POSIX mutexSebastian Huber2017-10-051-1/+0
* posix: Implement self-contained POSIX condvarSebastian Huber2017-10-051-2/+0
* posix: Implement self-contained POSIX rwlocksSebastian Huber2017-10-051-2/+0
* posix: Implement self-contained POSIX barriersSebastian Huber2017-10-051-1/+0
* libio: Use FIFO for iop free listSebastian Huber2017-09-151-1/+1
* posix: Add self-contained pthread spinlockSebastian Huber2016-11-231-2/+0
* Size optimization for resource snapshotsSebastian Huber2016-11-041-23/+37
* posix: Simplify message queuesSebastian Huber2016-05-021-1/+0
* score: Simplify _Objects_Get_next()Sebastian Huber2016-04-211-3/+1
* posix: Use per-thread lookup tree for POSIX KeysSebastian Huber2016-03-181-17/+10
* rbheap: Drop direction from _RBTree_Iterate()Sebastian Huber2015-08-311-3/+0
* score: Introduce Thread_queue_HeadsSebastian Huber2015-07-231-2/+2
* Add POSIX key value pairs to resource snapshotSebastian Huber2014-12-121-11/+43
* score: Return heap stats via _Heap_Get_informationSebastian Huber2014-11-281-7/+8
* score: PR2152: Use allocator mutex for objectsSebastian Huber2014-03-311-17/+7
* score: Thread life cycle re-implementationSebastian Huber2014-03-311-1/+4
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
* posix: Create key implementation headerSebastian Huber2013-08-061-1/+1
* rtems: Create tasks implementation headerSebastian Huber2013-07-231-0/+1
* rtems: Create region implementation headerSebastian Huber2013-07-231-0/+1
* rtems: Create part implementation headerSebastian Huber2013-07-231-0/+1
* rtems: Create timer implementation headerSebastian Huber2013-07-231-0/+1
* rtems: Create ratemon implementation headerSebastian Huber2013-07-231-0/+1
* rtems: Create dpmem implementation headerSebastian Huber2013-07-231-0/+1
* sapi: Create extension implementation headerSebastian Huber2013-07-231-0/+2
* posix: Create spinlock implementation headerSebastian Huber2013-07-221-1/+1
* posix: Create timer implementation headerSebastian Huber2013-07-221-1/+1
* posix: Create rwlock implementation headerSebastian Huber2013-07-221-1/+1
* posix: Create pthread implementation headerSebastian Huber2013-07-221-1/+1
* posix: Create condition variable impl headerSebastian Huber2013-07-221-1/+1
* posix: Create barrier implementation headerSebastian Huber2013-07-221-1/+1
* rtems: Create barrier implementation headerSebastian Huber2013-07-221-0/+1
* posix: Create message queue implementation headerSebastian Huber2013-07-221-1/+1
* rtems: Create message queue implementation headerSebastian Huber2013-07-221-0/+1
* posix: Create semaphore implementation headerSebastian Huber2013-07-221-1/+1
* posix: Create mutex implementation headerSebastian Huber2013-07-181-1/+1
* rtems: Create semaphore implementation headerSebastian Huber2013-07-181-0/+2
* score: _Heap_Protection_free_all_delayed_blocks()Sebastian Huber2013-06-211-0/+14
* libcsupport: Add rtems_resource_snapshot_take()Sebastian Huber2012-12-211-0/+127