Home
last modified time | relevance | path

Searched defs:GetThreadId (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/libbase/
H A Dthreads.cpp33 uint64_t GetThreadId() { in GetThreadId() function
/aosp12/system/bt/test/mock/
H A Dmock_common_message_loop_thread.cc158 base::PlatformThreadId MessageLoopThread::GetThreadId() const { in GetThreadId() function in bluetooth::common::MessageLoopThread
/aosp12/system/bt/common/
H A Dmessage_loop_thread.cc158 base::PlatformThreadId MessageLoopThread::GetThreadId() const { in GetThreadId() function in bluetooth::common::MessageLoopThread
H A Dmessage_loop_thread_unittest.cc38 void GetThreadId(std::promise<base::PlatformThreadId> thread_id_promise) { in GetThreadId() function in MessageLoopThreadTest
/aosp12/art/runtime/
H A Dgc_root.h72 uint32_t GetThreadId() const { in GetThreadId() function
H A Dthread.h415 uint32_t GetThreadId() const { in GetThreadId() function
/aosp12/system/logging/liblog/
H A Dlogger_write.cpp230 static uint64_t GetThreadId() { in GetThreadId() function
/aosp12/frameworks/native/libs/vr/libpdx/
H A Dservice.cpp407 pid_t Message::GetThreadId() const { return info_.tid; } in GetThreadId() function in android::pdx::Message