HomeSort by relevance Sort by last modified time
    Searched refs:CLOCK_REALTIME (Results 251 - 275 of 471) sorted by null

<<111213141516171819

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/
1-2.c 15 * For this test, signal SIGTOTEST will be used, clock CLOCK_REALTIME
76 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
13-1.c 17 * Clock CLOCK_REALTIME is used.
70 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
3-1.c 19 * For this test, signal SIGTOTEST will be used, clock CLOCK_REALTIME
74 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
3-2.c 11 * For this test, signal SIGTOTEST will be used, clock CLOCK_REALTIME
55 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
5-2.c 20 * For this test, signal SIGTOTEST will be used, clock CLOCK_REALTIME
72 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
8-2.c 14 * not abort. Clock CLOCK_REALTIME will be used.
41 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
  /external/ltp/tools/pounder21/src/time_tests/
inconsistency-check.c 57 printf("Using CLOCK_REALTIME\n");
58 clock_type = CLOCK_REALTIME;
  /external/strace/tests/
clock_xettime.c 50 if (syscall(__NR_clock_getres, CLOCK_REALTIME, &t.ts))
51 perror_msg_and_skip("clock_getres CLOCK_REALTIME");
52 printf("clock_getres(CLOCK_REALTIME, {tv_sec=%lld, tv_nsec=%llu})"
threads-execve.c 131 (void) clock_nanosleep(CLOCK_REALTIME, 0, &ts, NULL);
181 if (clock_nanosleep(CLOCK_REALTIME, 0, &ts, NULL))
182 perror_msg_and_skip("clock_nanosleep CLOCK_REALTIME");
  /external/strace/tests-m32/
clock_xettime.c 50 if (syscall(__NR_clock_getres, CLOCK_REALTIME, &t.ts))
51 perror_msg_and_skip("clock_getres CLOCK_REALTIME");
52 printf("clock_getres(CLOCK_REALTIME, {tv_sec=%lld, tv_nsec=%llu})"
threads-execve.c 131 (void) clock_nanosleep(CLOCK_REALTIME, 0, &ts, NULL);
181 if (clock_nanosleep(CLOCK_REALTIME, 0, &ts, NULL))
182 perror_msg_and_skip("clock_nanosleep CLOCK_REALTIME");
  /external/strace/tests-mx32/
clock_xettime.c 50 if (syscall(__NR_clock_getres, CLOCK_REALTIME, &t.ts))
51 perror_msg_and_skip("clock_getres CLOCK_REALTIME");
52 printf("clock_getres(CLOCK_REALTIME, {tv_sec=%lld, tv_nsec=%llu})"
threads-execve.c 131 (void) clock_nanosleep(CLOCK_REALTIME, 0, &ts, NULL);
181 if (clock_nanosleep(CLOCK_REALTIME, 0, &ts, NULL))
182 perror_msg_and_skip("clock_nanosleep CLOCK_REALTIME");
  /system/media/audio_utils/include/audio_utils/
clock.h 99 if (clock_gettime(CLOCK_REALTIME, &now_ts) == 0) {
  /external/autotest/client/site_tests/platform_CompressedSwapPerf/src/
hog.c 184 clock_gettime(CLOCK_REALTIME, &time_start);
188 clock_gettime(CLOCK_REALTIME, &time_end);
  /external/linux-kselftest/tools/testing/selftests/timers/
set-timer-lat.c 43 #define CLOCK_REALTIME 0
70 case CLOCK_REALTIME:
71 return "CLOCK_REALTIME";
mqueue-lat.c 91 clock_gettime(CLOCK_REALTIME, &now);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
s-c.c 121 PTHREAD_MUTEX_DEFAULT, PTHREAD_PROCESS_PRIVATE, CLOCK_REALTIME,
124 PTHREAD_MUTEX_DEFAULT, PTHREAD_PROCESS_SHARED, CLOCK_REALTIME,
128 PTHREAD_MUTEX_NORMAL, PTHREAD_PROCESS_PRIVATE, CLOCK_REALTIME,
131 PTHREAD_MUTEX_NORMAL, PTHREAD_PROCESS_SHARED, CLOCK_REALTIME,
135 CLOCK_REALTIME, "Errorcheck"}
138 CLOCK_REALTIME, "Errorcheck+PShared"}
141 CLOCK_REALTIME, "Recursive"}
143 PTHREAD_MUTEX_RECURSIVE, PTHREAD_PROCESS_SHARED, CLOCK_REALTIME,
  /external/webrtc/webrtc/system_wrappers/source/
event_timer_posix.cc 79 clock_gettime(CLOCK_REALTIME, &end_at);
176 clock_gettime(CLOCK_REALTIME, &created_at_);
  /cts/hostsidetests/sustainedperf/shadertoy_android/jni/
shadertoy_renderer.cpp 36 clock_gettime(CLOCK_REALTIME, &timeval);
  /development/ndk/platforms/android-12/include/
time.h 102 #define CLOCK_REALTIME 0
  /development/ndk/platforms/android-9/include/
time.h 102 #define CLOCK_REALTIME 0
  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
timerfd.cc 11 int fd = timerfd_create(CLOCK_REALTIME, 0);
  /external/eigen/bench/btl/generic_bench/timers/
portable_timer.hh 145 m_clkid = BtlConfig::Instance.realclock ? CLOCK_REALTIME : CLOCK_PROCESS_CPUTIME_ID;
  /external/ltp/testcases/kernel/syscalls/timerfd/
timerfd_settime01.c 91 clockfd = timerfd_create(CLOCK_REALTIME, 0);

Completed in 2532 milliseconds

<<111213141516171819