Home
last modified time | relevance | path

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

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