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

  /system/core/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,
104 inline bool createThreadEtc(thread_func_t entryFunction,
111 return androidCreateThreadEtc(entryFunction, userData, threadName,
  /system/core/libutils/
Threads.cpp 74 thread_func_t entryFunction;
82 thread_func_t f = t->entryFunction;
123 int androidCreateRawThreadEtc(android_thread_func_t entryFunction,
146 t->entryFunction = entryFunction;
148 entryFunction = (android_thread_func_t)&thread_data_t::trampoline;
160 (android_pthread_entry)entryFunction, userData);
165 entryFunction, result, errno, threadPriority);
288 int androidCreateThreadEtc(android_thread_func_t entryFunction,
295 return gCreateThreadFn(entryFunction, userData, threadName
    [all...]
  /frameworks/base/include/android_runtime/
AndroidRuntime.h 148 android_thread_func_t entryFunction,
  /frameworks/base/core/jni/
AndroidRuntime.cpp     [all...]

Completed in 1006 milliseconds