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

/frameworks/base/include/utils/
H A 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;

Completed in 751 milliseconds