HomeSort by relevance Sort by last modified time
    Searched defs:ThreadCheckerImpl (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/base/
thread_checker_impl.cc 19 ThreadCheckerImpl::ThreadCheckerImpl() : valid_thread_(CurrentThreadRef()) {
22 ThreadCheckerImpl::~ThreadCheckerImpl() {
25 bool ThreadCheckerImpl::CalledOnValidThread() const {
33 void ThreadCheckerImpl::DetachFromThread() {
thread_checker_impl.h 27 class ThreadCheckerImpl {
29 ThreadCheckerImpl();
30 ~ThreadCheckerImpl();
  /external/libchrome/base/threading/
thread_checker_impl.cc 11 ThreadCheckerImpl::ThreadCheckerImpl() {
16 ThreadCheckerImpl::~ThreadCheckerImpl() = default;
18 bool ThreadCheckerImpl::CalledOnValidThread() const {
23 // ThreadCheckerImpl was assigned to a thread.
27 // If this ThreadCheckerImpl is bound to a valid SequenceToken, it must be
30 // the thread to which this ThreadCheckerImpl is bound is fortuitous.
40 void ThreadCheckerImpl::DetachFromThread() {
47 void ThreadCheckerImpl::EnsureAssigned() const
    [all...]
thread_checker_impl.h 22 class BASE_EXPORT ThreadCheckerImpl {
24 ThreadCheckerImpl();
25 ~ThreadCheckerImpl();

Completed in 212 milliseconds