HomeSort by relevance Sort by last modified time
    Searched full:use_clock_gettime (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/glib/gthread/
gthread-posix.c 123 #define USE_CLOCK_GETTIME 1
127 #if defined(_SC_THREAD_STACK_MIN) || defined (HAVE_PRIORITIES) || defined (USE_CLOCK_GETTIME)
150 #ifdef USE_CLOCK_GETTIME
429 #ifdef USE_CLOCK_GETTIME
  /external/blktrace/btreplay/
btreplay.c 340 static int use_clock_gettime = -1; // Which clock to use local
342 if (use_clock_gettime < 0) {
343 use_clock_gettime = clock_getres(CLOCK_MONOTONIC, NULL) == 0;
344 if (use_clock_gettime) {
353 if (use_clock_gettime) {
    [all...]
  /external/bluetooth/glib/
ChangeLog.pre-2-14     [all...]

Completed in 258 milliseconds