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

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/r11/platforms/android-18/arch-mips/usr/include/linux/
time.h 57 #define CLOCK_REALTIME 0
64 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
  /prebuilts/ndk/r11/platforms/android-18/arch-x86/usr/include/linux/
time.h 57 #define CLOCK_REALTIME 0
64 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
  /prebuilts/ndk/r11/platforms/android-19/arch-arm/usr/include/linux/
time.h 57 #define CLOCK_REALTIME 0
64 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
  /prebuilts/ndk/r11/platforms/android-19/arch-mips/usr/include/linux/
time.h 57 #define CLOCK_REALTIME 0
64 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
  /prebuilts/ndk/r11/platforms/android-19/arch-x86/usr/include/linux/
time.h 57 #define CLOCK_REALTIME 0
64 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
  /prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/linux/
time.h 57 #define CLOCK_REALTIME 0
64 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
  /prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/linux/
time.h 57 #define CLOCK_REALTIME 0
64 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
  /prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/linux/
time.h 57 #define CLOCK_REALTIME 0
64 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/linux/
time.h 57 #define CLOCK_REALTIME 0
64 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/linux/
time.h 57 #define CLOCK_REALTIME 0
64 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/linux/
time.h 57 #define CLOCK_REALTIME 0
64 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/linux/
time.h 57 #define CLOCK_REALTIME 0
64 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
  /build/kati/
timeutil.cc 27 clock_gettime(CLOCK_REALTIME, &ts);
  /external/ltp/testcases/open_posix_testsuite/conformance/behavior/timers/
1-1.c 10 * For this test, clock CLOCK_REALTIME will be used.
31 if (timer_create(CLOCK_REALTIME, NULL, &tid) == -1) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/
4-1.c 8 * Test that if clock_settime() changes the value for CLOCK_REALTIME,
52 /* Check that we're root...can't call clock_settime with CLOCK_REALTIME otherwise */
80 if (clock_gettime(CLOCK_REALTIME, &tpT0) != 0) {
85 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
102 if (clock_settime(CLOCK_REALTIME, &tpT0) != 0) {
112 if (clock_gettime(CLOCK_REALTIME, &tpT2) != 0) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_getclock/
1-2.c 13 * 2. Set the clock attribute to CLOCK_REALTIME
39 rc = pthread_condattr_setclock(&condattr, CLOCK_REALTIME);
41 perror("Error: Could not set clock to CLOCK_REALTIME\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_timedlock/
2-1.c 26 /* Test for CLOCK_REALTIME */
118 #ifdef CLOCK_REALTIME
119 printf("Test CLOCK_REALTIME\n");
120 rc = clock_gettime(CLOCK_REALTIME, &ts);
144 #ifdef CLOCK_REALTIME
145 rc = clock_gettime(CLOCK_REALTIME, &ts);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/speculative/
6-3.c 13 * For this test, signal SIGCONT will be used, clock CLOCK_REALTIME
32 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/speculative/
6-2.c 12 * For this test, signal SIGCONT will be used, clock CLOCK_REALTIME
31 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/
6-1.c 16 * For this test, signal SIGTOTEST will be used, clock CLOCK_REALTIME
72 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
88 if (clock_gettime(CLOCK_REALTIME, &tsbefore) != 0) {
103 if (clock_gettime(CLOCK_REALTIME, &tsafter) != 0) {
129 if (clock_gettime(CLOCK_REALTIME, &tsafter) != 0) {
  /external/strace/tests/
timer_create.c 44 syscall(__NR_timer_create, CLOCK_REALTIME, NULL, NULL);
45 printf("timer_create(CLOCK_REALTIME, NULL, NULL) = -1 %s (%m)\n",
55 syscall(__NR_timer_create, CLOCK_REALTIME, &sev, NULL);
56 printf("timer_create(CLOCK_REALTIME, {sigev_value={sival_int=%d, "
65 if (syscall(__NR_timer_create, CLOCK_REALTIME, &sev, &tid[0]))
66 perror_msg_and_skip("timer_create CLOCK_REALTIME");
67 printf("timer_create(CLOCK_REALTIME, {sigev_value={sival_int=%d, "
89 if (syscall(__NR_timer_create, CLOCK_REALTIME, &sev, &tid[2]))
90 perror_msg_and_skip("timer_create CLOCK_REALTIME");
91 printf("timer_create(CLOCK_REALTIME, {sigev_value={sival_int=%d,
    [all...]
  /external/strace/tests-m32/
timer_create.c 44 syscall(__NR_timer_create, CLOCK_REALTIME, NULL, NULL);
45 printf("timer_create(CLOCK_REALTIME, NULL, NULL) = -1 %s (%m)\n",
55 syscall(__NR_timer_create, CLOCK_REALTIME, &sev, NULL);
56 printf("timer_create(CLOCK_REALTIME, {sigev_value={sival_int=%d, "
65 if (syscall(__NR_timer_create, CLOCK_REALTIME, &sev, &tid[0]))
66 perror_msg_and_skip("timer_create CLOCK_REALTIME");
67 printf("timer_create(CLOCK_REALTIME, {sigev_value={sival_int=%d, "
89 if (syscall(__NR_timer_create, CLOCK_REALTIME, &sev, &tid[2]))
90 perror_msg_and_skip("timer_create CLOCK_REALTIME");
91 printf("timer_create(CLOCK_REALTIME, {sigev_value={sival_int=%d,
    [all...]
  /external/strace/tests-mx32/
timer_create.c 44 syscall(__NR_timer_create, CLOCK_REALTIME, NULL, NULL);
45 printf("timer_create(CLOCK_REALTIME, NULL, NULL) = -1 %s (%m)\n",
55 syscall(__NR_timer_create, CLOCK_REALTIME, &sev, NULL);
56 printf("timer_create(CLOCK_REALTIME, {sigev_value={sival_int=%d, "
65 if (syscall(__NR_timer_create, CLOCK_REALTIME, &sev, &tid[0]))
66 perror_msg_and_skip("timer_create CLOCK_REALTIME");
67 printf("timer_create(CLOCK_REALTIME, {sigev_value={sival_int=%d, "
89 if (syscall(__NR_timer_create, CLOCK_REALTIME, &sev, &tid[2]))
90 perror_msg_and_skip("timer_create CLOCK_REALTIME");
91 printf("timer_create(CLOCK_REALTIME, {sigev_value={sival_int=%d,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
time.h 46 # define CLOCK_REALTIME 0
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_nanosleep/
1-3.c 41 if (clock_gettime(CLOCK_REALTIME, &tsbefore) != 0) {
61 clock_nanosleep(CLOCK_REALTIME, 0, &tssleep, NULL);
77 if (clock_gettime(CLOCK_REALTIME, &tsafter) != 0) {

Completed in 2172 milliseconds

1 2 3 4 56 7 8 91011>>