Commit Graph

3 Commits

Author SHA1 Message Date
Stefan Seyfried
99c8168d2c change time_monotonic_ms() from time_t to int64_t
time_monotonic_ms values did wrap every ~24 days, leading to problems
in code that did not cope with that. Instead of fixing all places where
relative comparisons with time_monotonic_ms() are made, just use a
bigger datatype. Convert all users to the new type.
2017-09-26 12:41:05 +02:00
[CST] Focus
e7c5d8925f driver/abstime.c: add time_monotonic_us 2012-03-05 19:59:39 +04: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