Searched refs:bound_thread_ref (Results 1 – 2 of 2) sorted by relevance
37 const PlatformThreadRef bound_thread_ref = in IsBoundToCurrentThread() local46 CHECK_NE(current_thread_ref, bound_thread_ref); in IsBoundToCurrentThread()49 return bound_thread_ref == current_thread_ref; in IsBoundToCurrentThread()62 const PlatformThreadRef bound_thread_ref = in AssertInSequenceWithCurrentThread() local64 if (!bound_thread_ref.is_null()) { in AssertInSequenceWithCurrentThread()65 CHECK_EQ(bound_thread_ref, PlatformThread::CurrentRef()); in AssertInSequenceWithCurrentThread()