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

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/functional/threads/condvar/
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/stress/pi-tests/
lookup_pi_state.c 138 clock_gettime(CLOCK_REALTIME, &ts_abs_timeout);
162 clock_gettime(CLOCK_REALTIME, &ts_abs_timeout);
  /system/core/liblog/
log_time.cpp 34 *this = log_time(CLOCK_REALTIME);
128 *this = log_time(CLOCK_REALTIME);
  /external/deqp/framework/delibs/deutil/
deClock.c 67 clock_gettime(CLOCK_REALTIME, &currTime);
  /external/linux-kselftest/tools/testing/selftests/timers/
leapcrash.c 88 clock_gettime(CLOCK_REALTIME, &ts);
  /external/ltp/testcases/kernel/syscalls/timer_gettime/
timer_gettime01.c 61 TEST(ltp_syscall(__NR_timer_create, CLOCK_REALTIME, &ev, &timer));
71 tst_resm(TPASS, "timer_gettime(CLOCK_REALTIME) Passed");
74 "timer_gettime(CLOCK_REALTIME) Failed");
  /external/ltp/testcases/kernel/syscalls/timerfd/
timerfd_gettime01.c 87 clockfd = timerfd_create(CLOCK_REALTIME, 0);
  /external/ltp/testcases/kernel/timers/clock_gettime/
clock_gettime03.c 96 CLOCK_REALTIME,
  /external/ltp/testcases/kernel/timers/timer_create/
timer_create04.c 108 CLOCK_REALTIME,
  /external/ltp/testcases/kernel/timers/timer_settime/
timer_settime03.c 176 if (ltp_syscall(__NR_timer_create, CLOCK_REALTIME, NULL, &timer) < 0) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
18-1.c 86 ret = timer_create(CLOCK_REALTIME, &se, &tmr);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/
2-1.c 56 if (clock_gettime(CLOCK_REALTIME, &abs_timeout) != 0) {
62 * The CLOCK_REALTIME represents time passed since the Epoch
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/
1-1.c 21 * For this test, signal SIGTOTEST will be used, clock CLOCK_REALTIME
73 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/speculative/
2-1.c 10 * For this test, signal SIGALRM will be used, clock CLOCK_REALTIME
56 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
5-1.c 30 * For this test clock CLOCK_REALTIME will be used.
77 if (timer_create(CLOCK_REALTIME, NULL, &tid) != 0) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_delete/
1-1.c 20 * For this test, signal SIGTOTEST will be used, clock CLOCK_REALTIME
67 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_delete/speculative/
5-2.c 14 * For this test, signal SIGTOTEST will be used, clock CLOCK_REALTIME
62 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/
1-1.c 70 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
2-1.c 60 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/
1-1.c 17 * Clock CLOCK_REALTIME will be used.
45 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
1-2.c 18 * Clock CLOCK_REALTIME will be used.
47 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
1-3.c 18 * Clock CLOCK_REALTIME will be used.
48 if (timer_create(CLOCK_REALTIME, &ev, &tid)) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/
1-1.c 23 * For this test, signal SIGTOTEST will be used, clock CLOCK_REALTIME
75 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {

Completed in 1731 milliseconds

1 2 3 4 5 6 7 8 91011>>