Searched defs:timeDiff (Results 1 – 12 of 12) sorted by relevance
/third_party/musl/libc-test/src/functionalext/thread/ |
D | pthread_mutex_ext.c | 32 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 316 int timeDiff = GetTimeDiff(tsNow, ts); // calculate time different in PthreadLockTimeoutNPOut() local
|
D | pthread_rwlock_rdlock.c | 80 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
|
D | pthread_rwlock_wrlock.c | 43 int timeDiff = GetTimeDiff(tsNow, ts); in RwlockClockRealTimeOut2() local 85 int timeDiff = GetTimeDiff(tsNow, ts); in RwlockClockMonotonicTimeOut2() local 126 int timeDiff = GetTimeDiff(tsNow, ts); in RwlockMonotonicTime2() local
|
D | pthread_cond_timedwait.c | 274 int timeDiff = GetTimeDiff(tsNow, ts); in ClockWaitTimeOut() local 352 int timeDiff = GetTimeDiff(tsNow, ts); in ClockWaitTimeOut2() local 576 int timeDiff = GetTimeDiff(tsNow, ts); in PthreadCondMonotonicTimeOut() local 682 int timeDiff = GetTimeDiff(tsNow, ts); in PthreadCondUnsignedTimeOut() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Overlay.cpp | 88 double timeDiff = currentTime - mLastPerSecondUpdate; in onSwap() local
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | GlobalizationPreferencesTest.java | 1586 long timeDiff = System.currentTimeMillis() - cal.getTimeInMillis(); in TestJB5380() local
|
D | TimeZoneFormatTest.java | 477 long timeDiff = restime - testTimes[testidx]; in TestTimeRoundTrip() local
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/ |
D | GlobalizationPreferencesTest.java | 1583 long timeDiff = System.currentTimeMillis() - cal.getTimeInMillis(); in TestJB5380() local
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TimeZoneFormatTest.java | 474 long timeDiff = restime - testTimes[testidx]; in TestTimeRoundTrip() local
|
/third_party/icu/icu4c/source/test/intltest/ |
D | tzfmttst.cpp | 677 int32_t timeDiff = (int32_t)(parsedDate - testTimes[testidx]); in RunTimeRoundTripTests() local
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsLongStressCase.cpp | 1487 const deUint64 timeDiff = time - m_lastLogTime; in iterate() local
|
/third_party/sqlite/src/ |
D | shell.c | 298 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){ in timeDiff() function 376 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){ in timeDiff() function
|