HomeSort by relevance Sort by last modified time
    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 34 _set_sentinel = _thread._set_sentinel variable
898 self._tstate_lock = _set_sentinel()
    [all...]
  /external/python/cpython3/Lib/test/
test_dummy_thread.py 123 self.assertIsInstance(_thread._set_sentinel(), _thread.LockType,
124 "_thread._set_sentinel() did not return a "

Completed in 114 milliseconds