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

  /system/core/include/utils/
ThreadDefs.h 34 typedef int (*android_thread_func_t)(void*); typedef
47 typedef android_thread_func_t thread_func_t;
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,
  /frameworks/base/include/android_runtime/
AndroidRuntime.h 131 android_thread_func_t entryFunction,
  /system/core/libutils/
Threads.cpp 120 int androidCreateRawThreadEtc(android_thread_func_t entryFunction,
145 entryFunction = (android_thread_func_t)&thread_data_t::trampoline;
216 static bool doCreateThread(android_thread_func_t fn, void* arg, android_thread_id_t *id)
252 int androidCreateRawThreadEtc(android_thread_func_t fn,
274 int androidCreateThread(android_thread_func_t fn, void* arg)
279 int androidCreateThreadGetID(android_thread_func_t fn, void *arg, android_thread_id_t *id)
287 int androidCreateThreadEtc(android_thread_func_t entryFunction,
  /frameworks/base/core/jni/
AndroidRuntime.cpp     [all...]

Completed in 2523 milliseconds