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

  /frameworks/native/include/utils/
AndroidThreads.h 37 extern int androidCreateThread(android_thread_func_t, void *);
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,
ThreadDefs.h 33 typedef int (*android_thread_func_t)(void*); typedef
93 typedef android_thread_func_t thread_func_t;
  /frameworks/base/include/android_runtime/
AndroidRuntime.h 131 android_thread_func_t entryFunction,
  /frameworks/native/libs/utils/
Threads.cpp 140 int androidCreateRawThreadEtc(android_thread_func_t entryFunction,
165 entryFunction = (android_thread_func_t)&thread_data_t::trampoline;
236 static bool doCreateThread(android_thread_func_t fn, void* arg, android_thread_id_t *id)
272 int androidCreateRawThreadEtc(android_thread_func_t fn,
294 int androidCreateThread(android_thread_func_t fn, void* arg)
299 int androidCreateThreadGetID(android_thread_func_t fn, void *arg, android_thread_id_t *id)
307 int androidCreateThreadEtc(android_thread_func_t entryFunction,
  /frameworks/base/core/jni/
AndroidRuntime.cpp     [all...]

Completed in 1724 milliseconds