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

  /frameworks/native/include/utils/
AndroidThreads.h 40 extern int androidCreateThreadEtc(android_thread_func_t entryFunction,
52 extern int androidCreateRawThreadEtc(android_thread_func_t entryFunction,
64 typedef int (*android_create_thread_fn)(android_thread_func_t entryFunction,
107 inline bool createThreadEtc(thread_func_t entryFunction,
114 return androidCreateThreadEtc(entryFunction, userData, threadName,
  /frameworks/base/include/android_runtime/
AndroidRuntime.h 131 android_thread_func_t entryFunction,
  /frameworks/native/libs/utils/
Threads.cpp 86 thread_func_t entryFunction;
94 thread_func_t f = t->entryFunction;
140 int androidCreateRawThreadEtc(android_thread_func_t entryFunction,
163 t->entryFunction = entryFunction;
165 entryFunction = (android_thread_func_t)&thread_data_t::trampoline;
177 (android_pthread_entry)entryFunction, userData);
182 entryFunction, result, errno, threadPriority);
307 int androidCreateThreadEtc(android_thread_func_t entryFunction,
314 return gCreateThreadFn(entryFunction, userData, threadName
    [all...]
  /frameworks/base/core/jni/
AndroidRuntime.cpp     [all...]

Completed in 136 milliseconds