Home
last modified time | relevance | path

Searched refs:android_thread_func_t (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/include/utils/
Dthreads.h37 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/libs/utils/
DThreads.cpp131 int androidCreateRawThreadEtc(android_thread_func_t entryFunction, in androidCreateRawThreadEtc()
151 entryFunction = (android_thread_func_t)&thread_data_t::trampoline; in androidCreateRawThreadEtc()
211 static bool doCreateThread(android_thread_func_t fn, void* arg, android_thread_id_t *id) in doCreateThread()
247 int androidCreateRawThreadEtc(android_thread_func_t fn, in androidCreateRawThreadEtc()
269 int androidCreateThread(android_thread_func_t fn, void* arg) in androidCreateThread()
274 int androidCreateThreadGetID(android_thread_func_t fn, void *arg, android_thread_id_t *id) in androidCreateThreadGetID()
282 int androidCreateThreadEtc(android_thread_func_t entryFunction, in androidCreateThreadEtc()
/frameworks/base/include/android_runtime/
DAndroidRuntime.h113 android_thread_func_t entryFunction,
/frameworks/base/core/jni/
DAndroidRuntime.cpp1082 result = (*(android_thread_func_t)start)(userData); in javaThreadShell()
1099 android_thread_func_t entryFunction, in javaCreateThreadEtc()
1129 javaCreateThreadEtc((android_thread_func_t) start, arg, name, in createJavaThread()