Searched refs:thread_func_t (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/utils/
H A DAndroidThreads.h99 inline bool createThread(thread_func_t f, void *a) {
104 inline bool createThreadEtc(thread_func_t entryFunction,
H A DThreadDefs.h93 typedef android_thread_func_t thread_func_t; typedef in namespace:android
/frameworks/native/libs/utils/
H A DThreads.cpp86 thread_func_t entryFunction;
94 thread_func_t f = t->entryFunction;

Completed in 68 milliseconds