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 118 typedef int (*android_create_thread_fn)(android_thread_func_t entryFunction, typedef
125 extern void androidSetCreateThreadFunc(android_create_thread_fn func);
  /frameworks/base/libs/utils/
Threads.cpp 280 static android_create_thread_fn gCreateThreadFn = androidCreateRawThreadEtc;
293 void androidSetCreateThreadFunc(android_create_thread_fn func)
  /frameworks/base/core/jni/
AndroidRuntime.cpp     [all...]

Completed in 686 milliseconds