HomeSort by relevance Sort by last modified time
    Searched refs:clock_gettime (Results 201 - 225 of 638) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/compiler-rt/test/tsan/
test.h 66 clock_gettime(CLOCK_MONOTONIC, &t);
  /external/curl/lib/
timeval.c 54 ** clock_gettime() is granted to be increased monotonically when the
62 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) {
  /external/google-benchmark/src/
cycleclock.h 120 // Use clock_gettime(CLOCK_MONOTONIC, ...) instead of gettimeofday
123 // Initialize to always return 0 if clock_gettime fails.
125 clock_gettime(CLOCK_MONOTONIC, &ts);
158 // back to gettimeofday. It's possible clock_gettime would be better.
  /external/linux-kselftest/tools/testing/selftests/ptp/
testptp.c 317 if (clock_gettime(clkid, &ts)) {
318 perror("clock_gettime");
326 clock_gettime(CLOCK_REALTIME, &ts);
335 clock_gettime(clkid, &ts);
442 if (clock_gettime(clkid, &ts)) {
443 perror("clock_gettime");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/
5-1.c 100 if (clock_gettime(CLOCK_REALTIME, &tsclock) != 0) {
101 printf("clock_gettime() did not return success\n");
5-2.c 100 if (clock_gettime(CLOCK_REALTIME, &tsclock) != 0) {
101 printf("clock_gettime() did not return success\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/speculative/
4-3.c 85 if (clock_gettime(CLOCK_REALTIME, &tpT0) != 0) {
86 perror("clock_gettime() was not successful\n");
4-4.c 83 if (clock_gettime(CLOCK_REALTIME, &tpT0) != 0) {
84 perror("clock_gettime() was not successful\n");
  /external/ltp/testcases/open_posix_testsuite/functional/timers/timers/
twoevtimers.c 75 if (clock_gettime(CLOCK_REALTIME, &ts) != 0) {
76 perror("clock_gettime() did not return success\n");
  /external/mesa3d/src/gallium/auxiliary/os/
os_time.c 59 clock_gettime(CLOCK_MONOTONIC, &tv);
  /external/skia/src/core/
SkTime.cpp 75 clock_gettime(CLOCK_MONOTONIC, &tp);
  /frameworks/av/services/audioflinger/
AudioWatchdog.cpp 57 int rc = clock_gettime(CLOCK_MONOTONIC, &newTs);
  /frameworks/native/services/sensorservice/
RecentEventLogger.cpp 107 clock_gettime(CLOCK_REALTIME, &mWallTime);
  /hardware/libhardware/modules/local_time/
local_time_hw.c 44 ret = clock_gettime(CLOCK_MONOTONIC, &ts);
60 // For better or worse, linux clock_gettime routines normalize all clock
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
time.h 98 extern int clock_gettime(clockid_t, struct timespec *);
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
time.h 98 extern int clock_gettime(clockid_t, struct timespec *);
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/
time.h 98 extern int clock_gettime(clockid_t, struct timespec *);
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/
time.h 98 extern int clock_gettime(clockid_t, struct timespec *);
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/
time.h 98 extern int clock_gettime(clockid_t, struct timespec *);
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/
time.h 98 extern int clock_gettime(clockid_t, struct timespec *);
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/
time.h 98 extern int clock_gettime(clockid_t, struct timespec *);
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/
time.h 98 extern int clock_gettime(clockid_t, struct timespec *);
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/
time.h 98 extern int clock_gettime(clockid_t, struct timespec *);
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/
time.h 98 extern int clock_gettime(clockid_t, struct timespec *);
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/
time.h 98 extern int clock_gettime(clockid_t, struct timespec *);

Completed in 538 milliseconds

1 2 3 4 5 6 7 891011>>