HomeSort by relevance Sort by last modified time
    Searched defs:thread_func_t (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/tests/monotonic_time/src/
threads.h 9 typedef void *(*thread_func_t)(void *); typedef
11 int create_threads(int num_threads, thread_func_t func, void *arg);
12 int create_per_cpu_threads(cpu_set_t *cpus, thread_func_t func, void *arg);
  /system/core/include/utils/
ThreadDefs.h 51 typedef android_thread_func_t thread_func_t; typedef in namespace:android

Completed in 749 milliseconds