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 38 typedef int (*android_thread_func_t)(void*); typedef
95 extern int androidCreateThread(android_thread_func_t, void *);
98 extern int androidCreateThreadEtc(android_thread_func_t entryFunction,
110 extern int androidCreateRawThreadEtc(android_thread_func_t entryFunction,
119 typedef int (*android_create_thread_fn)(android_thread_func_t entryFunction,
174 typedef android_thread_func_t thread_func_t;
  /frameworks/base/include/android_runtime/
AndroidRuntime.h 125 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;
215 static bool doCreateThread(android_thread_func_t fn, void* arg, android_thread_id_t *id)
251 int androidCreateRawThreadEtc(android_thread_func_t fn,
273 int androidCreateThread(android_thread_func_t fn, void* arg)
278 int androidCreateThreadGetID(android_thread_func_t fn, void *arg, android_thread_id_t *id)
286 int androidCreateThreadEtc(android_thread_func_t entryFunction,
  /frameworks/base/core/jni/
AndroidRuntime.cpp 986 result = (*(android_thread_func_t)start)(userData);
    [all...]

Completed in 70 milliseconds