summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/coretodabsolutetimeout.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Use struct timespec for TODSebastian Huber2017-10-091-1/+1
| | | | | | | Use the timestamps only for uptime based values. Use struct timespec for the absolute time values (TOD). Update #2740.
* posix: cond_timedwait remember and use clock from condattrGedare Bloom2016-07-251-2/+7
| | | | updates #2745
* score: Rename _POSIX_Absolute_timeout_to_ticks()Sebastian Huber2015-07-281-0/+77
Rename _POSIX_Absolute_timeout_to_ticks() to _TOD_Absolute_timeout_to_ticks() and move it to the score directory. Delete empty <rtems/posix/time.h>.