Searched refs:outtime (Results 1 – 1 of 1) sorted by relevance
29 struct timespec outtime; in threadfuncA() local33 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()