HomeSort by relevance Sort by last modified time
    Searched refs:clock_gettime (Results 151 - 175 of 638) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/functional/threads/condvar/
pthread_cond_wait_1.c 97 clock_gettime(CLOCK_REALTIME, &start_time);
99 clock_gettime(CLOCK_REALTIME, &current_time);
pthread_cond_wait_2.c 97 clock_gettime(CLOCK_REALTIME, &start_time);
99 clock_gettime(CLOCK_REALTIME, &current_time);
  /external/ltp/testcases/open_posix_testsuite/functional/threads/schedule/
1-1.c 101 clock_gettime(CLOCK_REALTIME, &start_timespec);
103 clock_gettime(CLOCK_REALTIME, &current_timespec);
1-2.c 100 clock_gettime(CLOCK_REALTIME, &start_time);
102 clock_gettime(CLOCK_REALTIME, &current_time);
  /external/ltp/testcases/realtime/func/sched_jitter/
sched_jitter.c 132 clock_gettime(CLOCK_MONOTONIC, &start);
134 clock_gettime(CLOCK_MONOTONIC, &stop);
  /external/ltp/testcases/realtime/stress/pi-tests/
lookup_pi_state.c 138 clock_gettime(CLOCK_REALTIME, &ts_abs_timeout);
162 clock_gettime(CLOCK_REALTIME, &ts_abs_timeout);
  /external/rmi4utils/rmi4update/
rmi4update.cpp 136 clock_gettime(CLOCK_MONOTONIC, &start);
144 clock_gettime(CLOCK_MONOTONIC, &end);
164 clock_gettime(CLOCK_MONOTONIC, &start);
177 clock_gettime(CLOCK_MONOTONIC, &end);
183 clock_gettime(CLOCK_MONOTONIC, &start);
190 clock_gettime(CLOCK_MONOTONIC, &end);
197 clock_gettime(CLOCK_MONOTONIC, &start);
204 clock_gettime(CLOCK_MONOTONIC, &end);
  /art/runtime/openjdkjvmti/
ti_timers.cc 80 clock_gettime(CLOCK_MONOTONIC, &now);
  /bionic/benchmarks/
time_benchmark.cpp 27 clock_gettime(CLOCK_MONOTONIC, &t);
  /bionic/libc/include/
time.h 96 int clock_gettime(clockid_t, struct timespec*);
  /external/curl/src/
tool_util.c 58 ** clock_gettime() is granted to be increased monotonically when the
66 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) {
  /external/curl/tests/libtest/
testutil.c 48 ** clock_gettime() is granted to be increased monotonically when the
56 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) {
  /external/libdrm/freedreno/msm/
msm_priv.h 98 clock_gettime(CLOCK_MONOTONIC, &t);
  /external/libdrm/tests/exynos/
exynos_fimg2d_perf.c 78 clock_gettime(CLOCK_MONOTONIC, &tspec);
89 clock_gettime(CLOCK_MONOTONIC, &end);
172 clock_gettime(CLOCK_MONOTONIC, &tspec);
182 clock_gettime(CLOCK_MONOTONIC, &end);
  /external/libmicrohttpd/src/microhttpd/
internal.c 188 if (0 == clock_gettime (CLOCK_MONOTONIC, &ts))
  /external/libusb/libusb/os/
threads_posix.c 46 r = usbi_backend->clock_gettime(USBI_CLOCK_REALTIME, &timeout);
  /external/linux-kselftest/tools/testing/selftests/timers/
leapcrash.c 88 clock_gettime(CLOCK_REALTIME, &ts);
  /external/ltp/testcases/kernel/timers/timer_settime/
timer_settime02.c 160 * timer_create, not clock_gettime. That's covered in
163 if (clock_gettime(CLOCK_REALTIME, &timenow) < 0) {
165 "clock_gettime failed; skipping the test");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/
4-2.c 76 if (clock_gettime(CLOCK_REALTIME, &tpT0) != 0) {
77 perror("clock_gettime() was not successful\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
11-1.c 14 * using clock_gettime().
16 * clock_gettime() since the thread has executed some time.
34 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &ts);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/
2-1.c 56 if (clock_gettime(CLOCK_REALTIME, &abs_timeout) != 0) {
57 perror("thread: clock_gettime");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/
3-1.c 48 if (clock_gettime(CLOCK_REALTIME, &ts) != 0) {
49 perror("clock_gettime() did not return success\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/
5-1.c 68 if (clock_gettime(CLOCK_REALTIME, &beforets) != 0) {
69 perror("clock_gettime() did not return success\n");
5-3.c 74 if (clock_gettime(CLOCK_REALTIME, &ts) != 0) {
75 perror("clock_gettime() did not return success\n");
  /frameworks/av/media/libaaudio/src/utility/
AudioClock.h 35 int result = clock_gettime(clockId, &time);

Completed in 963 milliseconds

1 2 3 4 5 67 8 91011>>