Searched refs:IsSameThread (Results 1 – 4 of 4) sorted by relevance
42 EXPECT_TRUE(thread_->IsSameThread()); in OnReadReady()82 EXPECT_FALSE(thread->IsSameThread()); in TEST_F()
67 bool Thread::IsSameThread() const { in IsSameThread() function in bluetooth::os::Thread
47 wait_for_unregister = (!enqueue_.handler_->thread_->IsSameThread());77 wait_for_unregister = (!dequeue_.handler_->thread_->IsSameThread());
55 bool IsSameThread() const;