Searched refs:android_thread_id_t (Results 1 - 5 of 5) sorted by relevance

/system/core/include/utils/
H A DThreadDefs.h33 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;
H A DAndroidThreads.h45 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/include/utils/
H A DThreadDefs.h33 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;
H A DAndroidThreads.h45 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/
H A DThreads.cpp122 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 androidGetThreadI
[all...]

Completed in 62 milliseconds