Home
last modified time | relevance | path

Searched refs:_sigint_handler_lock (Results 1 – 1 of 1) sorted by relevance

/external/autotest/site_utils/
Dtest_runner_utils.py35 _sigint_handler_lock = threading.Lock() variable
553 if not _sigint_handler_lock.acquire(False):
573 _sigint_handler_lock.release() # this is not really necessary?