Home
last modified time | relevance | path

Searched refs:abstime (Results 1 – 2 of 2) sorted by relevance

/lib/libc/posix/
Dpthread.c394 const struct timespec *abstime) in pthread_cond_timedwait() argument
400 uint64_t endtime = abstime->tv_sec * 1000000000 + abstime->tv_nsec; in pthread_cond_timedwait()
/include/
Dpthread.h59 const struct timespec *abstime);