Home
last modified time | relevance | path

Searched refs:_executor_shutdown_called (Results 1 – 6 of 6) sorted by relevance

/dports/lang/python311/Python-3.11.0a3/Lib/asyncio/
H A Dbase_events.py410 self._executor_shutdown_called = False
509 if self._executor_shutdown_called:
553 self._executor_shutdown_called = True
664 self._executor_shutdown_called = True
/dports/lang/python39/Python-3.9.9/Lib/asyncio/
H A Dbase_events.py414 self._executor_shutdown_called = False
513 if self._executor_shutdown_called:
558 self._executor_shutdown_called = True
669 self._executor_shutdown_called = True
/dports/lang/python310/Python-3.10.1/Lib/asyncio/
H A Dbase_events.py414 self._executor_shutdown_called = False
513 if self._executor_shutdown_called:
557 self._executor_shutdown_called = True
668 self._executor_shutdown_called = True
/dports/devel/py-uvloop/uvloop-0.16.0/uvloop/
H A Dloop.pxd86 bint _executor_shutdown_called
H A Dloop.pyx213 self._executor_shutdown_called = False
620 self._executor_shutdown_called = True
3120 if self._executor_shutdown_called:
3165 self._executor_shutdown_called = True
H A Dloop.c1315 int _executor_shutdown_called; member
10657 __pyx_v_self->_executor_shutdown_called = 0; in __pyx_pf_6uvloop_4loop_4Loop___cinit__()
16184 __pyx_v_self->_executor_shutdown_called = 1; in __pyx_f_6uvloop_4loop_4Loop__close()
53565 __pyx_t_1 = (__pyx_v_self->_executor_shutdown_called != 0); in __pyx_pf_6uvloop_4loop_4Loop_127_check_default_executor()
54643 __pyx_cur_scope->__pyx_v_self->_executor_shutdown_called = 1; in __pyx_gb_6uvloop_4loop_4Loop_138generator20()