Home
last modified time | relevance | path

Searched refs:_PyInterpreterState_GetFinalizing (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_interp.h289 _PyInterpreterState_GetFinalizing(PyInterpreterState *interp) { in _PyInterpreterState_GetFinalizing() function
/external/python/cpython3/Modules/
D_posixsubprocess.c1035 _PyInterpreterState_GetFinalizing(interp) != NULL) in subprocess_fork_exec_impl()
D_threadmodule.c1836 if (_PyInterpreterState_GetFinalizing(interp) != NULL) { in do_start_new_thread()
Dposixmodule.c8004 if (_PyInterpreterState_GetFinalizing(interp) != NULL) { in os_fork1_impl()
8049 if (_PyInterpreterState_GetFinalizing(interp) != NULL) { in os_fork_impl()
8906 if (_PyInterpreterState_GetFinalizing(interp) != NULL) { in os_forkpty_impl()
/external/python/cpython3/Python/
Dpystate.c3025 finalizing = _PyInterpreterState_GetFinalizing(tstate->interp); in _PyThreadState_MustExit()
Dpylifecycle.c2435 finalizing = _PyInterpreterState_GetFinalizing(interp); in _Py_IsInterpreterFinalizing()
/external/python/cpython3/Objects/
Dunicodeobject.c591 if (_PyInterpreterState_GetFinalizing(interp) != NULL) { in unicode_check_encoding_errors()