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

  /external/fio/
gettime-thread.c 11 static pthread_t gtod_thread; variable
75 ret = pthread_create(&gtod_thread, &attr, gtod_thread_main, mutex);
82 ret = pthread_detach(gtod_thread);

Completed in 387 milliseconds