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

  /frameworks/base/include/android_runtime/
AndroidRuntime.h 125 android_thread_func_t entryFunction,
  /frameworks/base/libs/utils/
Threads.cpp 83 thread_func_t entryFunction;
91 thread_func_t f = t->entryFunction;
131 int androidCreateRawThreadEtc(android_thread_func_t entryFunction,
149 t->entryFunction = entryFunction;
151 entryFunction = (android_thread_func_t)&thread_data_t::trampoline;
163 (android_pthread_entry)entryFunction, userData);
168 entryFunction, result, errno, threadPriority);
286 int androidCreateThreadEtc(android_thread_func_t entryFunction,
293 return gCreateThreadFn(entryFunction, userData, threadName
    [all...]
  /frameworks/base/include/utils/
threads.h 98 extern int androidCreateThreadEtc(android_thread_func_t entryFunction,
110 extern int androidCreateRawThreadEtc(android_thread_func_t entryFunction,
119 typedef int (*android_create_thread_fn)(android_thread_func_t entryFunction,
197 inline bool createThreadEtc(thread_func_t entryFunction,
204 return androidCreateThreadEtc(entryFunction, userData, threadName,
  /frameworks/base/core/jni/
AndroidRuntime.cpp     [all...]

Completed in 198 milliseconds