Searched refs:android_thread_func_t (Results 1 - 5 of 5) sorted by relevance

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

Completed in 215 milliseconds