Searched refs:outTime (Results 1 – 1 of 1) sorted by relevance
743 timespec outTime; in threadTimedWait() local746 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() local1218 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() local1517 outTime.tv_sec = now.tv_sec + SLEEPTIME; in testRwLockTimedRdLock()[all …]