Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DAndroidThreads.h37 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,
DThreadDefs.h38 typedef int (*android_thread_func_t)(void*); typedef
51 typedef android_thread_func_t thread_func_t;
/system/core/libutils/
DThreads.cpp117 int androidCreateRawThreadEtc(android_thread_func_t entryFunction, in androidCreateRawThreadEtc()
142 entryFunction = (android_thread_func_t)&thread_data_t::trampoline; in androidCreateRawThreadEtc()
213 static bool doCreateThread(android_thread_func_t fn, void* arg, android_thread_id_t *id) in doCreateThread()
249 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()