Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DAndroidThreads.h99 inline bool createThread(thread_func_t f, void *a) { in createThread()
104 inline bool createThreadEtc(thread_func_t entryFunction,
DThreadDefs.h51 typedef android_thread_func_t thread_func_t; typedef
/system/core/libutils/
DThreads.cpp72 thread_func_t entryFunction;
80 thread_func_t f = t->entryFunction; in trampoline()