Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_file2k.py495 self._count_lock = threading.Lock()
519 with self._count_lock:
522 with self._count_lock:
532 with self._count_lock:
544 with self._count_lock:
/external/tensorflow/tensorflow/python/client/
Dsession.py1728 _count_lock = threading.Lock() variable in InteractiveSession
1759 with InteractiveSession._count_lock:
1784 with InteractiveSession._count_lock: