Searched refs:GetDelayedTimeByClockid (Results 1 - 1 of 1) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | otherstestndk.cpp | 1052 static inline void GetDelayedTimeByClockid(struct timespec *ts, unsigned int ms, clockid_t clockid)
in GetDelayedTimeByClockid() function 1068 GetDelayedTimeByClockid(&ts, ms, CLOCK_MONOTONIC);
in PthreadLockTimeoutNPNoOut() 1102 GetDelayedTimeByClockid(&ts, DELAY_TIME_100_MS, CLOCK_MONOTONIC);
in PthreadTimedlockMonotonicNPOut() 1133 GetDelayedTimeByClockid(&ts, DELAY_TIME_100_MS, CLOCK_REALTIME);
in PthreadClocklockNoOutRealTime() 1167 GetDelayedTimeByClockid(&ts, DELAY_TIME_100_MS, CLOCK_REALTIME);
in PthreadClockRdlockNoOutRealTimeR2() 1197 GetDelayedTimeByClockid(&ts, SLEEP_100_MS, clock_id);
in Pthreadrwlockclockwrlock() 1222 GetDelayedTimeByClockid(&ts, DELAY_TIME_100_MS, CLOCK_MONOTONIC);
in PthreadTimedRdlockMonoNPNoOutR2()
|
Completed in 3 milliseconds