summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix/timerimpl.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Rename _Objects_Get_local()Sebastian Huber2016-05-201-1/+1
| | | | | | Rename _Objects_Get_local() into _Objects_Get(). Confusions with the previous _Objects_Get() function are avoided since the Objects_Locations parameter is gone.
* score: Optimize _Objects_Get_local()Sebastian Huber2016-05-021-2/+2
| | | | | Make the interrupt lock context the second parameter to avoid register moves.
* score: Optimize _Objects_Get_local()Sebastian Huber2016-04-211-1/+1
| | | | | Make the id the first parameter since usual callers get the object identifier as the first parameter themself.
* score: Add and use _Objects_Get_local()Sebastian Huber2016-03-141-3/+1
| | | | | | This simplifies the handling with local-only objects. Update #2555.
* score: Replace watchdog handler implementationSebastian Huber2016-03-041-21/+33
| | | | | | | | | Use a red-black tree instead of delta chains. Close #2344. Update #2554. Update #2555. Close #2606.
* Optional POSIX Timer initializationSebastian Huber2016-02-031-8/+1
| | | | Update #2408.
* Delete unused *_Is_null() functionsSebastian Huber2014-07-261-12/+0
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* timerimpl.h: Comment clean upJoel Sherrill2013-12-091-36/+22
|
* score: Create object implementation headerSebastian Huber2013-07-261-0/+1
| | | | | | Move implementation specific parts of object.h and object.inl into new header file objectimpl.h. The object.h contains now only the application visible API.
* posix: Create timer implementation headerSebastian Huber2013-07-221-0/+156
Move implementation specific parts of timer.h and timer.inl into new header file timerimpl.h. The timer.h contains now only the application visible API.