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

  /frameworks/base/include/utils/
threads.h 119 typedef int (*android_create_thread_fn)(android_thread_func_t entryFunction, typedef
126 extern void androidSetCreateThreadFunc(android_create_thread_fn func);
  /frameworks/base/libs/utils/
Threads.cpp 284 static android_create_thread_fn gCreateThreadFn = androidCreateRawThreadEtc;
297 void androidSetCreateThreadFunc(android_create_thread_fn func)
  /frameworks/base/core/jni/
AndroidRuntime.cpp     [all...]

Completed in 163 milliseconds