Commit Graph

3 Commits

Author SHA1 Message Date
[CST] Focus
e7c5d8925f driver/abstime.c: add time_monotonic_us 2012-03-05 19:59:39 +04:00
seife
e78a89520d abstime.c: add 7 day offset to time_monotonic() functions
The start point of the monotonic clock is undefined, but in practice
it is often zero. There is lots of code that does not assume that a
timestamp can be that low and then fails in subtle ways.
Add a 7 day offset to the clock value to work around that.

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1271 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-03-07 10:44:46 +00:00
seife
4f09c0c22a add functions to get monotonic timestamps (needs kernel 2.6)
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1251 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-03-06 15:33:59 +00:00