Searched refs:GetDelayedTimeByClockid (Results 1 – 1 of 1) sorted by relevance
| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
| D | otherstestndk.cpp | 1047 static inline void GetDelayedTimeByClockid(struct timespec *ts, unsigned int ms, clockid_t clockid) in GetDelayedTimeByClockid() function 1063 GetDelayedTimeByClockid(&ts, ms, CLOCK_MONOTONIC); in PthreadLockTimeoutNPNoOut() 1097 GetDelayedTimeByClockid(&ts, DELAY_TIME_100_MS, CLOCK_MONOTONIC); in PthreadTimedlockMonotonicNPOut() 1128 GetDelayedTimeByClockid(&ts, DELAY_TIME_100_MS, CLOCK_REALTIME); in PthreadClocklockNoOutRealTime() 1162 GetDelayedTimeByClockid(&ts, DELAY_TIME_100_MS, CLOCK_REALTIME); in PthreadClockRdlockNoOutRealTimeR2() 1192 GetDelayedTimeByClockid(&ts, SLEEP_100_MS, clock_id); in Pthreadrwlockclockwrlock() 1217 GetDelayedTimeByClockid(&ts, DELAY_TIME_100_MS, CLOCK_MONOTONIC); in PthreadTimedRdlockMonoNPNoOutR2()
|