OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_tstate_lock
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython3/Lib/
threading.py
793
self.
_tstate_lock
= None
813
self.
_tstate_lock
= None
899
self.
_tstate_lock
= _set_sentinel()
900
self.
_tstate_lock
.acquire()
[
all
...]
/external/python/cpython3/Lib/test/
test_threading.py
592
self.assertIs(t.
_tstate_lock
, None)
598
tstate_lock = t.
_tstate_lock
604
# But is_alive() is still True: we hold
_tstate_lock
now, which
611
# And verify the thread disposed of
_tstate_lock
.
612
self.assertIsNone(t.
_tstate_lock
)
[
all
...]
Completed in 94 milliseconds