Searched refs:thread_id_t (Results 1 - 7 of 7) sorted by relevance

/system/core/include/utils/
H A DThreadDefs.h50 typedef android_thread_id_t thread_id_t; typedef in namespace:android
H A DAndroidThreads.h109 thread_id_t *threadId = 0)
116 inline thread_id_t getThreadId() {
H A DThread.h96 thread_id_t mThread;
/system/core/libutils/include/utils/
H A DThreadDefs.h50 typedef android_thread_id_t thread_id_t; typedef in namespace:android
H A DAndroidThreads.h109 thread_id_t *threadId = 0)
116 inline thread_id_t getThreadId() {
H A DThread.h96 thread_id_t mThread;
/system/core/libutils/
H A DThreads.cpp643 mThread(thread_id_t(-1)),
677 mThread = thread_id_t(-1);
696 mThread = thread_id_t(-1);
758 self->mThread = thread_id_t(-1);

Completed in 252 milliseconds