Home
last modified time | relevance | path

Searched refs:androidCreateThread (Results 1 – 2 of 2) sorted by relevance

/system/core/libutils/include/utils/
DAndroidThreads.h37 extern int androidCreateThread(android_thread_func_t, void *);
100 return androidCreateThread(f, a) ? true : false; in createThread()
/system/core/libutils/
DThreads.cpp269 int androidCreateThread(android_thread_func_t fn, void* arg) in androidCreateThread() function