Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_cond_timedwait_sup.c29 struct timespec outtime; in threadfuncA() local
33 outtime.tv_sec = now.tv_sec + 5; in threadfuncA()
34 outtime.tv_nsec = now.tv_usec * 1000; in threadfuncA()
35 pthread_cond_timedwait(&gcond, &gmutex, &outtime); in threadfuncA()