OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_set_sentinel
(Results
1 - 3
of
3
) sorted by null
/external/python/cpython3/Lib/
_dummy_thread.py
84
def
_set_sentinel
():
function
85
"""Dummy implementation of _thread.
_set_sentinel
()."""
threading.py
35
_set_sentinel
= _thread.
_set_sentinel
variable
899
self._tstate_lock =
_set_sentinel
()
[
all
...]
/external/python/cpython3/Lib/test/
test_dummy_thread.py
122
self.assertIsInstance(_thread.
_set_sentinel
(), _thread.LockType,
123
"_thread.
_set_sentinel
() did not return a "
Completed in 681 milliseconds