summaryrefslogtreecommitdiff
path: root/include/nsutils/time.h
Commit message (Collapse)AuthorAgeFilesLines
* Include standard library headers for types.John-Mark Bell2018-01-201-0/+2
|
* Added pread and pwrite wrappers.Vincent Sanders2015-04-021-1/+1
| | | | | | | | This adds wrappers for the pread and pwrite standard calls with fixed semantics across all supported platforms. The main variation (so far) is some platforms not having the calls at all and AmigaOS not allowing seeks beyond existing extents.
* do not report time in future if time did not move forwards.Vincent Sanders2014-12-011-4/+1
|
* Improve and document exact behaviour of the returned value.Vincent Sanders2014-11-291-3/+7
|
* fix monotonic timer API namingVincent Sanders2014-11-261-1/+1
|
* Fix error enum to not conflict and add monotonic time implementationVincent Sanders2014-11-261-1/+1
|
* add initial monotonic timer APIVincent Sanders2014-11-261-0/+31