Searched refs:locked_thread_id_ (Results 1 – 1 of 1) sorted by relevance
145 explicit CefValueControllerThreadSafe() : locked_thread_id_(0) {} in CefValueControllerThreadSafe()156 locked_thread_id_ = base::PlatformThread::CurrentId(); in lock()159 locked_thread_id_ = 0; in unlock()163 return (locked_thread_id_ == base::PlatformThread::CurrentId()); in locked()169 base::PlatformThreadId locked_thread_id_; variable