Searched refs:_nextTime (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/libroot/posix/time/
H A Dtimer_support.cpp43 itimerspec_to_bigtimes(const itimerspec& spec, bigtime_t& _nextTime, argument
47 || !timespec_to_bigtime(spec.it_value, _nextTime)) {
51 if (_nextTime == 0)
52 _nextTime = B_INFINITE_TIMEOUT;

Completed in 34 milliseconds