Searched refs:TIMEVAL_TO_TIMESPEC (Results 1 – 5 of 5) sorted by relevance
89 TIMEVAL_TO_TIMESPEC(&value, &end_at); in Wait()186 TIMEVAL_TO_TIMESPEC(&value, &created_at_); in Process()
486 #ifndef TIMEVAL_TO_TIMESPEC487 #define TIMEVAL_TO_TIMESPEC(tv, ts) { \ macro
1055 TIMEVAL_TO_TIMESPEC(&bw->bwend, &ts); in bandwidth_limit()
163 TIMEVAL_TO_TIMESPEC(&tremain, rem) in nanosleep()
592 o Remove BSD-ism: TIMEVAL_TO_TIMESPEC(). (193c7de Ed Schouten)