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

  /system/core/libutils/include/utils/
ThreadDefs.h 33 typedef uint32_t android_thread_id_t; typedef
35 typedef void* android_thread_id_t; typedef
50 typedef android_thread_id_t thread_id_t;
AndroidThreads.h 45 android_thread_id_t *threadId);
48 extern android_thread_id_t androidGetThreadId();
57 android_thread_id_t *threadId);
69 android_thread_id_t *threadId);
  /system/core/libutils/
Threads.cpp 122 android_thread_id_t *threadId)
131 // android_thread_id_t (pid) from pthread_t, it would be possible to avoid
167 *threadId = (android_thread_id_t)thread; // XXX: this is not portable
173 static pthread_t android_thread_id_t_to_pthread(android_thread_id_t thread)
179 android_thread_id_t androidGetThreadId()
181 return (android_thread_id_t)pthread_self();
213 static bool doCreateThread(android_thread_func_t fn, void* arg, android_thread_id_t *id)
243 *id = (android_thread_id_t)thrdaddr;
254 android_thread_id_t *threadId)
259 android_thread_id_t androidGetThreadId(
    [all...]
  /frameworks/base/core/jni/include/android_runtime/
AndroidRuntime.h 104 static android_thread_id_t createJavaThread(const char* name, void (*start)(void *),
153 android_thread_id_t* threadId);
  /hardware/intel/common/utils/ISV/include/
isv_processor.h 95 android_thread_id_t mThreadId;
  /frameworks/av/media/libstagefright/foundation/
ALooper.cpp 62 android_thread_id_t mThreadId;
  /frameworks/base/core/jni/
AndroidRuntime.cpp     [all...]

Completed in 129 milliseconds