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

  /frameworks/base/include/utils/
threads.h 174 typedef android_thread_func_t thread_func_t; typedef in namespace:android
192 inline bool createThread(thread_func_t f, void *a) {
197 inline bool createThreadEtc(thread_func_t entryFunction,
  /frameworks/base/libs/utils/
Threads.cpp 83 thread_func_t entryFunction;
91 thread_func_t f = t->entryFunction;

Completed in 19 milliseconds