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