HomeSort by relevance Sort by last modified time
    Searched refs:CLOCK_REALTIME (Results 76 - 100 of 321) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
time.h 61 # define CLOCK_REALTIME 0
76 /* Like CLOCK_REALTIME but also wakes suspended system. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
time.h 61 # define CLOCK_REALTIME 0
76 /* Like CLOCK_REALTIME but also wakes suspended system. */
  /art/libartbase/base/
time_utils.h 89 #ifndef CLOCK_REALTIME
91 #define CLOCK_REALTIME 0xebadf00d
  /external/ltp/testcases/kernel/syscalls/clock_getres/
clock_getres01.c 44 {"REALTIME", CLOCK_REALTIME, &res, 0, 0},
48 {"REALTIME", CLOCK_REALTIME, NULL, 0, 0},
  /external/ltp/testcases/kernel/syscalls/timerfd/
timerfd02.c 142 CLOCK_REALTIME, 0);
158 fd = ltp_syscall(__NR_timerfd_create, CLOCK_REALTIME,
timerfd03.c 138 CLOCK_REALTIME, 0);
154 fd = ltp_syscall(__NR_timerfd_create, CLOCK_REALTIME,
  /external/ltp/testcases/kernel/timers/timer_settime/
timer_settime02.c 163 if (clock_gettime(CLOCK_REALTIME, &timenow) < 0) {
183 if (ltp_syscall(__NR_timer_create, CLOCK_REALTIME, NULL, &timer) < 0)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/nanosleep/
1-3.c 31 if (clock_gettime(CLOCK_REALTIME, &tsbefore) == -1) {
67 if (clock_gettime(CLOCK_REALTIME, &tsafter) == -1) {
10000-1.c 59 if (clock_gettime(CLOCK_REALTIME, &tsbefore) == -1) {
65 if (clock_gettime(CLOCK_REALTIME, &tsafter) == -1) {
3-2.c 29 if (clock_gettime(CLOCK_REALTIME, &tsbefore) != 0) {
74 if (clock_gettime(CLOCK_REALTIME, &tsafter) == -1) {
7-2.c 37 if (clock_gettime(CLOCK_REALTIME, &tsbefore) == -1) {
63 if (clock_gettime(CLOCK_REALTIME, &tsafter) == -1) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/
2-3.c 42 clock_gettime(CLOCK_REALTIME, &destructor_time);
51 clock_gettime(CLOCK_REALTIME, &cleanup_time);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_wait/
13-1.c 93 ret = clock_gettime(CLOCK_REALTIME, &ts_ref);
111 ret = clock_gettime(CLOCK_REALTIME, &ts_fin);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/
2-2.c 64 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
69 if (clock_getres(CLOCK_REALTIME, &tsres) != 0) {
2-3.c 80 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
85 if (clock_getres(CLOCK_REALTIME, &tsres) != 0) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/
3-1.c 17 * Clock CLOCK_REALTIME will be used.
43 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
48 if (clock_gettime(CLOCK_REALTIME, &ts) != 0) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/
5-1.c 18 * For this test, signal SIGTOTEST will be used, clock CLOCK_REALTIME
63 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
68 if (clock_gettime(CLOCK_REALTIME, &beforets) != 0) {
5-3.c 69 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
74 if (clock_gettime(CLOCK_REALTIME, &ts) != 0) {
9-2.c 20 * For this test, signal SIGTOTEST will be used, clock CLOCK_REALTIME
82 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
91 if (clock_gettime(CLOCK_REALTIME, &tsbefore) != 0) {
121 if (clock_gettime(CLOCK_REALTIME, &tsafter) != 0) {
  /external/linux-kselftest/tools/testing/selftests/timers/
inconsistency-check.c 36 #define CLOCK_REALTIME 0
53 case CLOCK_REALTIME:
54 return "CLOCK_REALTIME";
156 int userclock = CLOCK_REALTIME;
nanosleep.c 34 #define CLOCK_REALTIME 0
53 case CLOCK_REALTIME:
54 return "CLOCK_REALTIME";
136 for (clockid = CLOCK_REALTIME; clockid < NR_CLOCKIDS; clockid++) {
nsleep-lat.c 34 #define CLOCK_REALTIME 0
53 case CLOCK_REALTIME:
54 return "CLOCK_REALTIME";
149 for (clockid = CLOCK_REALTIME; clockid < NR_CLOCKIDS; clockid++) {
  /external/ltp/testcases/kernel/syscalls/clock_nanosleep/
clock_nanosleep01.c 60 .clk_id = CLOCK_REALTIME,
68 .clk_id = CLOCK_REALTIME,
84 .clk_id = CLOCK_REALTIME,
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
1-2.c 62 ret = clock_gettime(CLOCK_REALTIME, arg);
87 ret = clock_gettime(CLOCK_REALTIME, &ts_pre);
123 ret = clock_gettime(CLOCK_REALTIME, &ts_post);
  /external/ltp/testcases/open_posix_testsuite/functional/timers/timers/
twoptimers.c 30 if (clock_gettime(CLOCK_REALTIME, &ts) != 0) {
56 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
102 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {

Completed in 571 milliseconds

1 2 34 5 6 7 8 91011>>