Home
last modified time | relevance | path

Searched refs:GetTimeDiff (Results 1 – 8 of 8) sorted by relevance

/test/xts/hats/kernel/posix_interface/interface_gn/utils/
Dutils.h124 int GetTimeDiff(struct timespec ts1, struct timespec ts2);
Dutils.cpp333 int GetTimeDiff(struct timespec ts1, struct timespec ts2) in GetTimeDiff() function
/test/xts/acts/kernel_lite/utils/
Dutils.h166 int GetTimeDiff(struct timespec ts1, struct timespec ts2);
Dutils.cpp245 int GetTimeDiff(struct timespec ts1, struct timespec ts2) in GetTimeDiff() function
/test/xts/acts/kernel_lite/futex_posix/src/
DPthreadRwlockTest.cpp349 int timeDiff = GetTimeDiff(tsNow, ts); // calculate time different in PthreadTimdOutRWlockWR2()
399 int timeDiff = GetTimeDiff(tsNow, ts); // calculate time different in PthreadTimdOutRWlockWW2()
DPthreadCondTest.cpp317 int timeDiff = GetTimeDiff(tsNow, ts); // calculate time different in ThreadPthreadCondTimedwaitOut()
DPthreadMutexTest.cpp197 int timeDiff = GetTimeDiff(tsNow, ts); // calculate time different in ThreadPthreadMtimedlockOut()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dotherstestndk.cpp1083 static inline int GetTimeDiff(struct timespec ts1, struct timespec ts2) in GetTimeDiff() function
1101 GetTimeDiff(tsNow, ts); // calculate time different in PthreadTimedlockMonotonicNPOut()