Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/
H A Dfnmatchndk32.cpp86 struct timespec timeSpec {}; in clock_getTime64() struct
87 returnParam = __clock_gettime64(CLOCK_REALTIME, &timeSpec); in clock_getTime64()
100 const struct timespec timeSpec {}; in PThread_cond_timedWait_time64() struct
101 returnParam = __pthread_cond_timedwait_time64(&pCond, &pMutex, &timeSpec); in PThread_cond_timedWait_time64()
111 struct timespec timeSpec { in NanoSleep_time64() struct
114 timeSpec.tv_sec = PARAM_5; in NanoSleep_time64()
115 timeSpec.tv_nsec = PARAM_0; in NanoSleep_time64()
116 returnParam = __nanosleep_time64(&timeSpec, &timeSpec); in NanoSleep_time64()

Completed in 2 milliseconds