Home
last modified time | relevance | path

Searched refs:thread_id_promise (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/bt/common/
H A Dmessage_loop_thread_unittest.cc38 void GetThreadId(std::promise<base::PlatformThreadId> thread_id_promise) { in GetThreadId() argument
39 thread_id_promise.set_value(base::PlatformThread::CurrentId()); in GetThreadId()
158 std::promise<base::PlatformThreadId> thread_id_promise; in TEST_F() local
160 thread_id_promise.get_future(); in TEST_F()
164 base::Unretained(this), std::move(thread_id_promise))); in TEST_F()