Searched refs:accessing_thread_ (Results 1 – 2 of 2) sorted by relevance
29 accessing_thread_ = current_thread; in Acquire()33 const PlatformThreadRef accessing_thread = accessing_thread_; in Acquire()
37 mutable volatile PlatformThreadRef accessing_thread_; variable