/third_party/python/Python/ |
D | ceval_gil.h | 200 PyThreadState *finalizing = _PyRuntimeState_GetFinalizing(&_PyRuntime); in tstate_must_exit() local 201 return (finalizing != NULL && finalizing != tstate); in tstate_must_exit()
|
D | pylifecycle.c | 1656 interp->finalizing = 1; in Py_EndInterpreter() 2170 PyThreadState *finalizing = _PyRuntimeState_GetFinalizing(runtime); in fatal_error_dump_runtime() local 2171 if (finalizing) { in fatal_error_dump_runtime() 2172 fprintf(stream, "finalizing (tstate=%p)", finalizing); in fatal_error_dump_runtime()
|
D | sysmodule.c | 335 PyThreadState *finalizing = _PyRuntimeState_GetFinalizing(runtime); in _PySys_ClearAuditHooks() local 336 assert(finalizing == ts); in _PySys_ClearAuditHooks() 337 if (finalizing != ts) { in _PySys_ClearAuditHooks()
|
/third_party/python/Modules/_io/ |
D | fileio.c | 66 char finalizing; member 157 if (self->finalizing) { in _io_FileIO_close_impl() 521 self->finalizing = 1; 1184 {"_finalizing", T_BOOL, offsetof(fileio, finalizing), 0},
|
D | winconsoleio.c | 152 char finalizing; member 437 self->finalizing = 1; in winconsoleio_dealloc() 1111 {"_finalizing", T_BOOL, offsetof(winconsoleio, finalizing), 0},
|
D | bufferedio.c | 207 char finalizing; member 383 self->finalizing = 1; in buffered_dealloc() 504 if (self->finalizing) { in buffered_close() 2407 {"_finalizing", T_BOOL, offsetof(buffered, finalizing), 0}, 2493 {"_finalizing", T_BOOL, offsetof(buffered, finalizing), 0}, 2664 {"_finalizing", T_BOOL, offsetof(buffered, finalizing), 0},
|
D | textio.c | 661 char finalizing; member 1434 self->finalizing = 1; in textiowrapper_dealloc() 3052 if (self->finalizing) { in _io_TextIOWrapper_close_impl() 3260 {"_finalizing", T_BOOL, offsetof(textio, finalizing), 0},
|
/third_party/python/Include/internal/ |
D | pycore_interp.h | 86 int finalizing; member
|
/third_party/python/Doc/c-api/ |
D | init.rst | 224 Initializing and finalizing the interpreter 801 does. This means finalizing all other :c:type:`PyThreadState` objects 892 Calling this function from a thread when the runtime is finalizing 938 Calling this function from a thread when the runtime is finalizing 1197 Calling this function from a thread when the runtime is finalizing 1206 and terminate the current thread if called while the interpreter is finalizing. 1235 Calling this function from a thread when the runtime is finalizing 1244 and terminate the current thread if called while the interpreter is finalizing.
|
D | typeobj.rst | 1868 finalizing an instance. It is called either from the garbage
|
/third_party/python/Doc/library/ |
D | devmode.rst | 192 descriptor" error when finalizing the file object:
|
D | asyncio-task.rst | 218 managing the asyncio event loop, *finalizing asynchronous
|
/third_party/boost/libs/beast/doc/qbk/03_core/ |
D | 1_refresher.qbk | 324 This transformed, internal handler is responsible for the finalizing step that
|
/third_party/glib/gio/ |
D | gdbusconnection.c | 462 gboolean finalizing; member 643 connection->finalizing = TRUE; in g_dbus_connection_finalize() 3689 !connection->finalizing) in unsubscribe_id_internal()
|
/third_party/gstreamer/gstplugins_good/ |
D | NEWS | 1508 - splitmuxsink: Only set running time on finalizing sink element when
|
/third_party/gstreamer/gstplugins_bad/ |
D | NEWS | 1508 - splitmuxsink: Only set running time on finalizing sink element when
|
/third_party/python/Doc/whatsnew/ |
D | 3.8.rst | 1844 finalizing, making them consistent with :c:func:`PyEval_RestoreThread`,
|
D | 3.2.rst | 2681 and it does a better job finalizing multiple context managers when one of them
|
/third_party/gstreamer/gstplugins_base/ |
D | NEWS | 1508 - splitmuxsink: Only set running time on finalizing sink element when
|
/third_party/gstreamer/gst_libav/ |
D | NEWS | 1508 - splitmuxsink: Only set running time on finalizing sink element when
|
/third_party/gstreamer/gstreamer/ |
D | NEWS | 1508 - splitmuxsink: Only set running time on finalizing sink element when
|
/third_party/libsoup/ |
D | ChangeLog.pre-git | 968 (finalize): Destroy the idle_run_queue source when finalizing. 2894 rather than soup_message_io_stop(), to avoid leaks when finalizing
|
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/ |
D | object.dart | 281 /// recording is stopped before adding layers or finalizing the results of a
|
/third_party/jerryscript/docs/ |
D | 02.API-REFERENCE.md | 274 …* Callback responsible for finalizing a context item, or NULL. This is called as part of jerry_cle…
|
/third_party/python/Objects/ |
D | unicodeobject.c | 473 if (interp->finalizing) { in unicode_check_encoding_errors()
|