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

  /system/core/libutils/include/utils/
AndroidThreads.h 52 extern int androidCreateRawThreadEtc(android_thread_func_t entryFunction,
  /system/core/libutils/
Threads.cpp 117 int androidCreateRawThreadEtc(android_thread_func_t entryFunction,
157 ALOGE("androidCreateRawThreadEtc failed (entry=%p, res=%d, %s)\n"
249 int androidCreateRawThreadEtc(android_thread_func_t fn,
280 static android_create_thread_fn gCreateThreadFn = androidCreateRawThreadEtc;
689 res = androidCreateRawThreadEtc(_threadLoop,
  /frameworks/base/core/jni/
AndroidRuntime.cpp     [all...]

Completed in 129 milliseconds