Home
last modified time | relevance | path

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

/external/cronet/tot/base/task/sequence_manager/
Dassociated_thread_id.cc37 const PlatformThreadRef bound_thread_ref = in IsBoundToCurrentThread() local
46 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() local
64 if (!bound_thread_ref.is_null()) { in AssertInSequenceWithCurrentThread()
65 CHECK_EQ(bound_thread_ref, PlatformThread::CurrentRef()); in AssertInSequenceWithCurrentThread()
/external/cronet/stable/base/task/sequence_manager/
Dassociated_thread_id.cc37 const PlatformThreadRef bound_thread_ref = in IsBoundToCurrentThread() local
46 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() local
64 if (!bound_thread_ref.is_null()) { in AssertInSequenceWithCurrentThread()
65 CHECK_EQ(bound_thread_ref, PlatformThread::CurrentRef()); in AssertInSequenceWithCurrentThread()