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

/frameworks/base/include/utils/
H A Dthreads.h162 typedef android_thread_func_t thread_func_t; typedef in namespace:android
180 inline bool createThread(thread_func_t f, void *a) {
185 inline bool createThreadEtc(thread_func_t entryFunction,
/frameworks/base/libs/utils/
H A DThreads.cpp83 thread_func_t entryFunction;
91 thread_func_t f = t->entryFunction;

Completed in 25 milliseconds