Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dpthreadndk1.cpp594 timespec outtime; in PThreadCondTimedWaitThreadA() local
596 clock_gettime(CLOCK_REALTIME, &outtime); in PThreadCondTimedWaitThreadA()
597 outtime.tv_sec += PARAM_5; in PThreadCondTimedWaitThreadA()
598 g_pthreadCondTimedWaitResult = pthread_cond_timedwait(&(pparam->cond), &(pparam->mutex), &outtime); in PThreadCondTimedWaitThreadA()

Completed in 4 milliseconds