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.cpp123 int androidCreateRawThreadEtc(android_thread_func_t entryFunction, in androidCreateRawThreadEtc()
148 entryFunction = (android_thread_func_t)&thread_data_t::trampoline; in androidCreateRawThreadEtc()
219 static bool doCreateThread(android_thread_func_t fn, void* arg, android_thread_id_t *id) in doCreateThread()
255 int androidCreateRawThreadEtc(android_thread_func_t fn, in androidCreateRawThreadEtc()
275 int androidCreateThread(android_thread_func_t fn, void* arg) in androidCreateThread()
280 int androidCreateThreadGetID(android_thread_func_t fn, void *arg, android_thread_id_t *id) in androidCreateThreadGetID()
288 int androidCreateThreadEtc(android_thread_func_t entryFunction, in androidCreateThreadEtc()