HomeSort by relevance Sort by last modified time
    Searched refs:_deque (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Lib/
threading.py 12 from _collections import deque as _deque
14 from collections import deque as _deque
238 self._waiters = _deque()
348 waiters_to_notify = _deque(_islice(all_waiters, n))
    [all...]
  /external/python/cpython2/Lib/
threading.py 13 from collections import deque as _deque
    [all...]

Completed in 117 milliseconds