Searched defs:GetThreadId (Results 1 – 5 of 5) sorted by relevance
/system/libbase/ | ||
D | threads.cpp | 33 uint64_t GetThreadId() { in GetThreadId() function |
/system/bt/common/ | ||
D | message_loop_thread.cc | 158 base::PlatformThreadId MessageLoopThread::GetThreadId() const { in GetThreadId() function in bluetooth::common::MessageLoopThread |
D | message_loop_thread_unittest.cc | 38 void GetThreadId(std::promise<base::PlatformThreadId> thread_id_promise) { in GetThreadId() function in MessageLoopThreadTest |
/system/bt/test/mock/ | ||
D | mock_common_message_loop_thread.cc | 158 base::PlatformThreadId MessageLoopThread::GetThreadId() const { in GetThreadId() function in bluetooth::common::MessageLoopThread |
/system/logging/liblog/ | ||
D | logger_write.cpp | 230 static uint64_t GetThreadId() { in GetThreadId() function |