HomeSort by relevance Sort by last modified time
    Searched defs:CLOCK_MONOTONIC (Results 76 - 77 of 77) sorted by null

1 2 34

  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
time.h 58 #define CLOCK_MONOTONIC 1
64 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
65 #define CLOCKS_MONO CLOCK_MONOTONIC
  /external/kernel-headers/original/linux/
time.h 209 #define CLOCK_MONOTONIC 1
218 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
219 #define CLOCKS_MONO CLOCK_MONOTONIC

Completed in 38 milliseconds

1 2 34