Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Drace_checker.cc29 accessing_thread_ = current_thread; in Acquire()
33 const PlatformThreadRef accessing_thread = accessing_thread_; in Acquire()
Drace_checker.h37 mutable volatile PlatformThreadRef accessing_thread_; variable