Home
last modified time | relevance | path

Searched refs:finalizing (Results 1 – 25 of 38) sorted by relevance

12

/third_party/python/Python/
Dceval_gil.h200 PyThreadState *finalizing = _PyRuntimeState_GetFinalizing(&_PyRuntime); in tstate_must_exit() local
201 return (finalizing != NULL && finalizing != tstate); in tstate_must_exit()
Dpylifecycle.c1656 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()
Dsysmodule.c335 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/
Dfileio.c66 char finalizing; member
157 if (self->finalizing) { in _io_FileIO_close_impl()
521 self->finalizing = 1;
1184 {"_finalizing", T_BOOL, offsetof(fileio, finalizing), 0},
Dwinconsoleio.c152 char finalizing; member
437 self->finalizing = 1; in winconsoleio_dealloc()
1111 {"_finalizing", T_BOOL, offsetof(winconsoleio, finalizing), 0},
Dbufferedio.c207 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},
Dtextio.c661 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/
Dpycore_interp.h86 int finalizing; member
/third_party/python/Doc/c-api/
Dinit.rst224 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.
Dtypeobj.rst1868 finalizing an instance. It is called either from the garbage
/third_party/python/Doc/library/
Ddevmode.rst192 descriptor" error when finalizing the file object:
Dasyncio-task.rst218 managing the asyncio event loop, *finalizing asynchronous
/third_party/boost/libs/beast/doc/qbk/03_core/
D1_refresher.qbk324 This transformed, internal handler is responsible for the finalizing step that
/third_party/glib/gio/
Dgdbusconnection.c462 gboolean finalizing; member
643 connection->finalizing = TRUE; in g_dbus_connection_finalize()
3689 !connection->finalizing) in unsubscribe_id_internal()
/third_party/gstreamer/gstplugins_good/
DNEWS1508 - splitmuxsink: Only set running time on finalizing sink element when
/third_party/gstreamer/gstplugins_bad/
DNEWS1508 - splitmuxsink: Only set running time on finalizing sink element when
/third_party/python/Doc/whatsnew/
D3.8.rst1844 finalizing, making them consistent with :c:func:`PyEval_RestoreThread`,
D3.2.rst2681 and it does a better job finalizing multiple context managers when one of them
/third_party/gstreamer/gstplugins_base/
DNEWS1508 - splitmuxsink: Only set running time on finalizing sink element when
/third_party/gstreamer/gst_libav/
DNEWS1508 - splitmuxsink: Only set running time on finalizing sink element when
/third_party/gstreamer/gstreamer/
DNEWS1508 - splitmuxsink: Only set running time on finalizing sink element when
/third_party/libsoup/
DChangeLog.pre-git968 (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/
Dobject.dart281 /// recording is stopped before adding layers or finalizing the results of a
/third_party/jerryscript/docs/
D02.API-REFERENCE.md274 …* Callback responsible for finalizing a context item, or NULL. This is called as part of jerry_cle…
/third_party/python/Objects/
Dunicodeobject.c473 if (interp->finalizing) { in unicode_check_encoding_errors()

12