Searched refs:GetTimeDiff (Results 1 – 8 of 8) sorted by relevance
| /test/xts/hats/kernel/posix_interface/interface_gn/utils/ |
| D | utils.h | 124 int GetTimeDiff(struct timespec ts1, struct timespec ts2);
|
| D | utils.cpp | 333 int GetTimeDiff(struct timespec ts1, struct timespec ts2) in GetTimeDiff() function
|
| /test/xts/acts/kernel_lite/utils/ |
| D | utils.h | 166 int GetTimeDiff(struct timespec ts1, struct timespec ts2);
|
| D | utils.cpp | 245 int GetTimeDiff(struct timespec ts1, struct timespec ts2) in GetTimeDiff() function
|
| /test/xts/acts/kernel_lite/futex_posix/src/ |
| D | PthreadRwlockTest.cpp | 349 int timeDiff = GetTimeDiff(tsNow, ts); // calculate time different in PthreadTimdOutRWlockWR2() 399 int timeDiff = GetTimeDiff(tsNow, ts); // calculate time different in PthreadTimdOutRWlockWW2()
|
| D | PthreadCondTest.cpp | 317 int timeDiff = GetTimeDiff(tsNow, ts); // calculate time different in ThreadPthreadCondTimedwaitOut()
|
| D | PthreadMutexTest.cpp | 197 int timeDiff = GetTimeDiff(tsNow, ts); // calculate time different in ThreadPthreadMtimedlockOut()
|
| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
| D | otherstestndk.cpp | 1083 static inline int GetTimeDiff(struct timespec ts1, struct timespec ts2) in GetTimeDiff() function 1101 GetTimeDiff(tsNow, ts); // calculate time different in PthreadTimedlockMonotonicNPOut()
|