Searched refs:thread_id_promise (Results 1 – 1 of 1) sorted by relevance
38 void GetThreadId(std::promise<base::PlatformThreadId> thread_id_promise) { in GetThreadId() argument39 thread_id_promise.set_value(base::PlatformThread::CurrentId()); in GetThreadId()158 std::promise<base::PlatformThreadId> thread_id_promise; in TEST_F() local160 thread_id_promise.get_future(); in TEST_F()164 base::Unretained(this), std::move(thread_id_promise))); in TEST_F()