Home
last modified time | relevance | path

Searched defs:timeDiff (Results 1 - 11 of 11) sorted by relevance

/kernel/liteos_m/testsuites/unittest/posix/src/semaphore/
H A Dsemaphore_func_test.c121 int timeDiff = GetTimeDiff(tsNow, ts); // calculate time different variable
152 int timeDiff = GetTimeDiff(tsNow, tsBegin); // calculate time different variable
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DOverlay.cpp88 double timeDiff = currentTime - mLastPerSecondUpdate; in onSwap() local
/test/xts/acts/kernel_lite/futex_posix/src/
H A DPthreadRwlockTest.cpp349 int timeDiff = GetTimeDiff(tsNow, ts); // calculate time different in PthreadTimdOutRWlockWR2() local
399 int timeDiff = GetTimeDiff(tsNow, ts); // calculate time different in PthreadTimdOutRWlockWW2() local
H A DPthreadMutexTest.cpp197 int timeDiff = GetTimeDiff(tsNow, ts); // calculate time different in ThreadPthreadMtimedlockOut() local
H A DPthreadCondTest.cpp317 int timeDiff = GetTimeDiff(tsNow, ts); // calculate time different in ThreadPthreadCondTimedwaitOut() local
/third_party/musl/libc-test/src/functionalext/thread/
H A Dpthread_mutex_ext.c32 int timeDiff = GetTimeDiff(tsNow, ts); // calculate time different in PthreadClocklockOutRealTime() local
100 int timeDiff = GetTimeDiff(tsNow, ts); // calculate time different in PthreadClocklockOutMonoTime() local
247 int timeDiff = GetTimeDiff(tsNow, ts); // calculate time different in PthreadTimedlockMonotonicNPOut() local
330 int timeDiff = GetTimeDiff(tsNow, ts); // calculate time different in PthreadLockTimeoutNPOut() local
H A Dpthread_rwlock_rdlock.c80 int timeDiff = GetTimeDiff(tsNow, ts); // calculate time different in PthreadClockRdlockOutRealTimeR2() local
165 int timeDiff = GetTimeDiff(tsNow, ts); // calculate time different in PthreadClockRdlockOutMonoTimeR2() local
249 int timeDiff = GetTimeDiff(tsNow, ts); // calculate time different in PthreadTimedRdlockMonoNPOutR2() local
H A Dpthread_rwlock_wrlock.c50 int timeDiff = GetTimeDiff(tsNow, ts); in RwlockClockRealTimeOut2() local
100 int timeDiff = GetTimeDiff(tsNow, ts); in RwlockClockMonotonicTimeOut2() local
149 int timeDiff = GetTimeDiff(tsNow, ts); in RwlockMonotonicTime2() local
H A Dpthread_cond_timedwait.c288 int timeDiff = GetTimeDiff(tsNow, ts); in ClockWaitTimeOut() local
366 int timeDiff = GetTimeDiff(tsNow, ts); in ClockWaitTimeOut2() local
590 int timeDiff = GetTimeDiff(tsNow, ts); in PthreadCondMonotonicTimeOut() local
696 int timeDiff in PthreadCondUnsignedTimeOut() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dtzfmttst.cpp688 int32_t timeDiff = (int32_t)(parsedDate - testTimes[testidx]); in RunTimeRoundTripTests() local
/third_party/sqlite/src/
H A Dshell.c328 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){ in timeDiff() function
406 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){ in timeDiff() function

Completed in 44 milliseconds