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

  /frameworks/native/include/utils/
AndroidThreads.h 37 extern int androidCreateThread(android_thread_func_t, void *);
40 extern int androidCreateThreadEtc(android_thread_func_t entryFunction,
52 extern int androidCreateRawThreadEtc(android_thread_func_t entryFunction,
61 typedef int (*android_create_thread_fn)(android_thread_func_t entryFunction,
ThreadDefs.h 33 typedef int (*android_thread_func_t)(void*); typedef
93 typedef android_thread_func_t thread_func_t;
  /frameworks/base/include/android_runtime/
AndroidRuntime.h 131 android_thread_func_t entryFunction,
  /frameworks/native/libs/utils/
Threads.cpp 136 int androidCreateRawThreadEtc(android_thread_func_t entryFunction,
161 entryFunction = (android_thread_func_t)&thread_data_t::trampoline;
232 static bool doCreateThread(android_thread_func_t fn, void* arg, android_thread_id_t *id)
268 int androidCreateRawThreadEtc(android_thread_func_t fn,
290 int androidCreateThread(android_thread_func_t fn, void* arg)
295 int androidCreateThreadGetID(android_thread_func_t fn, void *arg, android_thread_id_t *id)
303 int androidCreateThreadEtc(android_thread_func_t entryFunction,
  /frameworks/base/core/jni/
AndroidRuntime.cpp 979 result = (*(android_thread_func_t)start)(userData);
    [all...]

Completed in 216 milliseconds