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

/system/core/include/utils/
H A DThreadDefs.h51 typedef android_thread_func_t thread_func_t; typedef in namespace:android
H A DAndroidThreads.h99 inline bool createThread(thread_func_t f, void *a) {
104 inline bool createThreadEtc(thread_func_t entryFunction,
/system/core/libutils/include/utils/
H A DThreadDefs.h51 typedef android_thread_func_t thread_func_t; typedef in namespace:android
H A DAndroidThreads.h99 inline bool createThread(thread_func_t f, void *a) {
104 inline bool createThreadEtc(thread_func_t entryFunction,
/system/core/libutils/
H A DThreads.cpp68 thread_func_t entryFunction;
76 thread_func_t f = t->entryFunction;

Completed in 68 milliseconds