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 75 thread_func_t entryFunction;
83 thread_func_t f = t->entryFunction;
124 int androidCreateRawThreadEtc(android_thread_func_t entryFunction,
147 t->entryFunction = entryFunction;
149 entryFunction = (android_thread_func_t)&thread_data_t::trampoline;
161 (android_pthread_entry)entryFunction, userData);
166 entryFunction, result, strerror(errno), threadPriority);
289 int androidCreateThreadEtc(android_thread_func_t entryFunction,
296 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 347 milliseconds