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 Dpthreadndk.cpp743 timespec outTime; in threadTimedWait() local
746 outTime.tv_sec = now.tv_sec + 1; in threadTimedWait()
747 outTime.tv_nsec = now.tv_usec * thousand; in threadTimedWait()
748 pthread_cond_timedwait(&g_condTs, &gmutex, &outTime); in threadTimedWait()
1217 struct timespec outTime; in testMutexTimedLock() local
1218 outTime.tv_sec = now.tv_sec + SLEEPTIME; in testMutexTimedLock()
1219 outTime.tv_nsec = now.tv_usec * thousand; in testMutexTimedLock()
1220 err = pthread_mutex_timedlock(&mutexOne, &outTime); in testMutexTimedLock()
1515 struct timespec outTime; in testRwLockTimedRdLock() local
1517 outTime in testRwLockTimedRdLock()
1540 struct timespec outTime; testRwLockTimedWrLock() local
[all...]

Completed in 5 milliseconds