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

  /frameworks/base/include/utils/
threads.h 37 typedef int (*android_thread_func_t)(void*); typedef
94 extern int androidCreateThread(android_thread_func_t, void *);
97 extern int androidCreateThreadEtc(android_thread_func_t entryFunction,
109 extern int androidCreateRawThreadEtc(android_thread_func_t entryFunction,
118 typedef int (*android_create_thread_fn)(android_thread_func_t entryFunction,
162 typedef android_thread_func_t thread_func_t;
  /frameworks/base/include/android_runtime/
AndroidRuntime.h 113 android_thread_func_t entryFunction,
  /frameworks/base/libs/utils/
Threads.cpp 131 int androidCreateRawThreadEtc(android_thread_func_t entryFunction,
151 entryFunction = (android_thread_func_t)&thread_data_t::trampoline;
211 static bool doCreateThread(android_thread_func_t fn, void* arg, android_thread_id_t *id)
247 int androidCreateRawThreadEtc(android_thread_func_t fn,
269 int androidCreateThread(android_thread_func_t fn, void* arg)
274 int androidCreateThreadGetID(android_thread_func_t fn, void *arg, android_thread_id_t *id)
282 int androidCreateThreadEtc(android_thread_func_t entryFunction,
  /frameworks/base/core/jni/
AndroidRuntime.cpp     [all...]

Completed in 44 milliseconds