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

  /system/core/include/utils/
ThreadDefs.h 47 typedef android_thread_func_t thread_func_t; typedef in namespace:android
AndroidThreads.h 102 inline bool createThread(thread_func_t f, void *a) {
107 inline bool createThreadEtc(thread_func_t entryFunction,
  /system/core/libutils/
Threads.cpp 71 thread_func_t entryFunction;
79 thread_func_t f = t->entryFunction;

Completed in 143 milliseconds