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

/frameworks/base/include/utils/
H A Dthreads.h33 typedef int (*android_thread_func_t)(void*); typedef
90 extern int androidCreateThread(android_thread_func_t, void *);
93 extern int androidCreateThreadEtc(android_thread_func_t entryFunction,
105 extern int androidCreateRawThreadEtc(android_thread_func_t entryFunction,
114 typedef int (*android_create_thread_fn)(android_thread_func_t entryFunction,
140 typedef android_thread_func_t thread_func_t;

Completed in 4 milliseconds