Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/autograph/pyct/
Dparser.py34 _parse_lock = threading.Lock() # Prevents linecache concurrency errors. variable
50 with _parse_lock: