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

  /external/python/cpython3/Lib/asyncio/
proactor_events.py 37 self._closing = False # Set when close() called.
51 elif self._closing:
76 return self._closing
79 if self._closing:
81 self._closing = True
113 if self._closing:
115 self._closing = True
162 if self._closing:
174 if self._closing:
188 self._closing)
    [all...]
selector_events.py 569 self._closing = False # Set when close() called.
578 elif self._closing:
612 return self._closing
615 if self._closing:
617 self._closing = True
654 if not self._closing:
655 self._closing = True
701 if self._closing:
714 if self._closing:
798 if self._closing
    [all...]
unix_events.py 335 self._closing = False
361 elif self._closing:
392 self._closing = True
410 return self._closing
413 if not self._closing:
441 self._closing = True
466 self._closing = False # Set when close() or write_eof() called.
499 elif self._closing:
539 if self._conn_lost or self._closing:
584 if self._closing
    [all...]
  /external/python/cpython3/Lib/test/test_asyncio/
test_proactor_events.py 94 tr._closing = True
102 tr._closing = False
111 tr._closing = False
254 tr._closing = True
test_unix_events.py 485 tr._closing = True
724 tr._closing = True
787 tr._closing = True
    [all...]
test_selector_events.py     [all...]

Completed in 160 milliseconds