Searched refs:due (Results 1 – 4 of 4) sorted by relevance
189 struct timespec due, in evSetTimer() argument199 (long)due.tv_sec, due.tv_nsec, in evSetTimer()206 if (due.tv_nsec >= BILLION) in evSetTimer()212 if (due.tv_sec < 0 || due.tv_nsec < 0 || due.tv_nsec >= BILLION) in evSetTimer()220 if (due.tv_sec == (time_t)0 && due.tv_nsec == 0L) in evSetTimer()221 due = evNowTime(); in evSetTimer()227 id->due = due; in evSetTimer()307 struct timespec due, in evResetTimer() argument322 if (due.tv_nsec >= BILLION) in evResetTimer()328 if (due.tv_sec < 0 || due.tv_nsec < 0 || due.tv_nsec >= BILLION) in evResetTimer()[all …]
148 struct timespec due, inter; member
257 Note that due to ABI limitations (specifically, the size of pthread_mutex_t),
1818 // headers but cannot depend on libc itself due to circular dependencies