HomeSort by relevance Sort by last modified time
    Searched refs:androidCreateThread (Results 1 - 2 of 2) sorted by null

  /system/core/include/utils/
AndroidThreads.h 37 extern int androidCreateThread(android_thread_func_t, void *);
100 return androidCreateThread(f, a) ? true : false;
  /system/core/libutils/
Threads.cpp 275 int androidCreateThread(android_thread_func_t fn, void* arg)

Completed in 1844 milliseconds