Home | History | Annotate | Download | only in socket

Lines Matching full:lock

18 #include "base/synchronization/lock.h"
210 // Declare the session cleaner-upper before the lock, so any call into
211 // OpenSSL to free the session will happen after the lock is released.
213 base::AutoLock lock(lock_);
232 // Declare the session cleaner-upper before the lock, so any call into
233 // OpenSSL to free the session will happen after the lock is released.
235 base::AutoLock lock(lock_);
252 base::AutoLock lock(lock_);
280 base::Lock lock_;