Searched
refs:clock_gettime (Results
426 -
450 of
638) sorted by null
<<11121314151617181920>>
/bionic/tests/ |
pthread_test.cpp | 518 ASSERT_EQ(0, clock_gettime(c, &ts)); 859 ASSERT_EQ(0, clock_gettime(CLOCK_REALTIME, &ts)); 895 ASSERT_EQ(0, clock_gettime(CLOCK_REALTIME, &ts)); 910 ASSERT_EQ(0, clock_gettime(CLOCK_REALTIME, &ts)); 919 ASSERT_EQ(0, clock_gettime(CLOCK_REALTIME, &ts)); [all...] |
/device/google/marlin/camera/usbcamcore/src/ |
QCameraMjpegDecode.cpp | 656 if (clock_gettime(CLOCK_REALTIME, p_timer)) 684 int rc = clock_gettime(CLOCK_REALTIME, &ts);
|
/external/libusb/libusb/os/ |
netbsd_usb.c | 499 return clock_gettime(CLOCK_REALTIME, tp); 502 return clock_gettime(CLOCK_MONOTONIC, tp);
|
openbsd_usb.c | 545 return clock_gettime(CLOCK_REALTIME, tp); 548 return clock_gettime(CLOCK_MONOTONIC, tp);
|
/external/ltp/testcases/network/netstress/ |
netstress.c | 371 clock_gettime(CLOCK_MONOTONIC_RAW, &tv_client_start); 390 clock_gettime(CLOCK_MONOTONIC_RAW, &tv_client_end);
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
s-c.c | 206 ret = clock_gettime(cid, &ts_cnd); 221 ret = clock_gettime(cid, &ts_clk);
|
/external/ltp/testcases/realtime/ |
00_Descriptions.txt | 64 designed to look for 'delays' between two calls to clock_gettime() 207 - Check if clock_gettime is working properly. This test creates NUMSLEEP
|
/external/mesa3d/src/gallium/drivers/vc4/ |
vc4_bufmgr.c | 75 clock_gettime(CLOCK_MONOTONIC, &time); 190 clock_gettime(CLOCK_MONOTONIC, &time);
|
/external/pdfium/xfa/fgas/localization/ |
fgas_datetime.cpp | 148 clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &curTime); 176 clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &curTime);
|
/external/strace/ |
sys_func.h | 17 extern SYS_FUNC(clock_gettime);
|
/frameworks/av/media/libeffects/visualizer/ |
EffectVisualizer.cpp | 102 if (clock_gettime(CLOCK_MONOTONIC, &ts) == 0) { 398 if (clock_gettime(CLOCK_MONOTONIC, &pContext->mBufferUpdateTime) < 0) {
|
/frameworks/wilhelm/tests/sandbox/ |
playbq.cpp | 559 clock_gettime(CLOCK_MONOTONIC, &prevTs); 575 clock_gettime(CLOCK_MONOTONIC, &curTs);
|
/hardware/qcom/camera/msm8998/usbcamcore/src/ |
QCameraMjpegDecode.cpp | 656 if (clock_gettime(CLOCK_REALTIME, p_timer)) 684 int rc = clock_gettime(CLOCK_REALTIME, &ts);
|
/system/vold/ |
EncryptInplace.cpp | 103 if (clock_gettime(CLOCK_MONOTONIC, &time_now)) { 340 if (clock_gettime(CLOCK_MONOTONIC, &time_started)) {
|
/device/linaro/hikey/power/ |
power_hikey.c | 131 clock_gettime(CLOCK_MONOTONIC, &ts);
|
/external/libchrome/base/time/ |
time_posix.cc | 89 // Helper function to get results from clock_gettime() and convert to a 98 if (clock_gettime(clk_id, &ts) != 0) { 99 NOTREACHED() << "clock_gettime(" << clk_id << ") failed.";
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
baseline_policy_unittest.cc | 349 clock_gettime(CLOCK_MONOTONIC_RAW, &ts);
|
/external/libpng/contrib/libtests/ |
timepng.c | 17 #define _POSIX_C_SOURCE 199309L /* for clock_gettime */ 47 /* 'CLOCK_PROCESS_CPUTIME_ID' is one of the clock timers for clock_gettime. It 48 * need not be supported even when clock_gettime is available. It returns the 184 /* Do the timing using clock_gettime and the per-process timer. */ 185 if (!clock_gettime(CLOCK_PROCESS_CPUTIME_ID, t))
|
/external/linux-kselftest/tools/testing/selftests/futex/functional/ |
futex_requeue_pi.c | 296 ret = clock_gettime(CLOCK_MONOTONIC, &ts);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/ |
1-2.c | 234 ret = clock_gettime(td->cid, &ts);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/ |
2-4.c | 177 ret = clock_gettime(td->cid, &ts);
|
2-7.c | 179 ret = clock_gettime(td->cid, &ts);
|
4-2.c | 489 ret = clock_gettime(cid, &ts);
|
/frameworks/av/media/libnbaio/include/media/nbaio/ |
NBLog.h | 51 EVENT_TIMESTAMP, // clock_gettime(CLOCK_MONOTONIC) 587 if (clock_gettime(CLOCK_MONOTONIC, &ts) == 0) {
|
/frameworks/native/opengl/tests/gl_perf/ |
fill_common.cpp | 112 clock_gettime(CLOCK_MONOTONIC, &t);
|
Completed in 3859 milliseconds
<<11121314151617181920>>