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 162 typedef android_thread_func_t thread_func_t; typedef in namespace:android
180 inline bool createThread(thread_func_t f, void *a) {
185 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 29 milliseconds