HomeSort by relevance Sort by last modified time
    Searched defs:STA_UNSYNC (Results 51 - 53 of 53) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
timex.h 88 #define STA_UNSYNC 0x0040
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
timex.h 88 #define STA_UNSYNC 0x0040
  /external/kernel-headers/original/linux/
timex.h 168 #define STA_UNSYNC 0x0040 /* clock unsynchronized (rw) */
230 time_status |= STA_UNSYNC;
241 return !(time_status & STA_UNSYNC);

Completed in 486 milliseconds

1 23