Home | History | Annotate | Download | only in logging

Lines Matching defs:_lock

203 #_lock is used to serialize access to shared data structures in this module.
210 _lock = threading.RLock()
218 if _lock:
219 _lock.acquire()
225 if _lock:
226 _lock.release()