Searched refs:thread_lock_ (Results 1 – 2 of 2) sorted by relevance
112 AutoLock lock(thread_lock_); in StartWithOptions()146 AutoLock lock(thread_lock_); in Stop()
234 mutable base::Lock thread_lock_; // Protects |thread_|. variable