HomeSort by relevance Sort by last modified time
    Searched refs:_SC_MONOTONIC_CLOCK (Results 101 - 122 of 122) sorted by null

1 2 3 45

  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
stress.c 138 if ((sysconf(_SC_MONOTONIC_CLOCK) > 0)
s-c.c 109 monotonic = sysconf(_SC_MONOTONIC_CLOCK);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
confname.h 392 _SC_MONOTONIC_CLOCK,
393 #define _SC_MONOTONIC_CLOCK _SC_MONOTONIC_CLOCK
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
confname.h 392 _SC_MONOTONIC_CLOCK,
393 #define _SC_MONOTONIC_CLOCK _SC_MONOTONIC_CLOCK
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
2-5.c 212 altclk_ok = sysconf(_SC_MONOTONIC_CLOCK);
2-6.c 257 altclk_ok = sysconf(_SC_MONOTONIC_CLOCK);
2-4.c 267 monotonic = sysconf(_SC_MONOTONIC_CLOCK);
2-7.c 274 monotonic = sysconf(_SC_MONOTONIC_CLOCK);
4-2.c 223 monotonic = sysconf(_SC_MONOTONIC_CLOCK);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
2-3.c 266 altclk_ok = sysconf(_SC_MONOTONIC_CLOCK);
2-2.c 281 monotonic = sysconf(_SC_MONOTONIC_CLOCK);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
1-2.c 315 monotonic = sysconf(_SC_MONOTONIC_CLOCK);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
stress1.c 414 monotonic = sysconf(_SC_MONOTONIC_CLOCK);
stress2.c 446 monotonic = sysconf(_SC_MONOTONIC_CLOCK);
s-c.c 579 altclk_ok = sysconf(_SC_MONOTONIC_CLOCK);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
stress.c 446 monotonic = sysconf(_SC_MONOTONIC_CLOCK);
stress1.c 399 monotonic = sysconf(_SC_MONOTONIC_CLOCK);
stress2.c 446 monotonic = sysconf(_SC_MONOTONIC_CLOCK);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
1-2.c 329 monotonic = sysconf(_SC_MONOTONIC_CLOCK);
2-3.c 273 monotonic = sysconf(_SC_MONOTONIC_CLOCK);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/
2-1.c 357 monotonic = sysconf(_SC_MONOTONIC_CLOCK);
  /bionic/tests/
unistd_test.cpp 894 VERIFY_SYSCONF_POSIX_VERSION(_SC_MONOTONIC_CLOCK);
    [all...]

Completed in 333 milliseconds

1 2 3 45