Searched defs:thread_func_t (Results 1 - 1 of 1) 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,

Completed in 364 milliseconds