/third_party/python/Python/ |
D | ceval_gil.h | 204 PyThreadState *finalizing = _PyRuntimeState_GetFinalizing(&_PyRuntime); in tstate_must_exit() local 205 return (finalizing != NULL && finalizing != tstate); in tstate_must_exit()
|
D | pylifecycle.c | 2014 interp->finalizing = 1; in Py_EndInterpreter() 2521 PyThreadState *finalizing = _PyRuntimeState_GetFinalizing(runtime); in fatal_error_dump_runtime() local 2522 if (finalizing) { in fatal_error_dump_runtime() 2524 _Py_DumpHexadecimal(fd, (uintptr_t)finalizing, sizeof(finalizing) * 2); in fatal_error_dump_runtime()
|
D | sysmodule.c | 356 PyThreadState *finalizing = _PyRuntimeState_GetFinalizing(runtime); in _PySys_ClearAuditHooks() local 357 assert(finalizing == ts); in _PySys_ClearAuditHooks() 358 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() 527 self->finalizing = 1; 1186 {"_finalizing", T_BOOL, offsetof(fileio, finalizing), 0},
|
D | winconsoleio.c | 148 char finalizing; member 431 self->finalizing = 1; in winconsoleio_dealloc() 1108 {"_finalizing", T_BOOL, offsetof(winconsoleio, finalizing), 0},
|
D | bufferedio.c | 207 char finalizing; member 382 self->finalizing = 1; in buffered_dealloc() 503 if (self->finalizing) { in buffered_close() 2418 {"_finalizing", T_BOOL, offsetof(buffered, finalizing), 0}, 2504 {"_finalizing", T_BOOL, offsetof(buffered, finalizing), 0}, 2675 {"_finalizing", T_BOOL, offsetof(buffered, finalizing), 0},
|
D | textio.c | 662 char finalizing; member 1430 self->finalizing = 1; in textiowrapper_dealloc() 3064 if (self->finalizing) { in _io_TextIOWrapper_close_impl() 3272 {"_finalizing", T_BOOL, offsetof(textio, finalizing), 0},
|
/third_party/python/Include/internal/ |
D | pycore_interp.h | 229 int finalizing; member
|
/third_party/python/Doc/c-api/ |
D | init.rst | 225 Initializing and finalizing the interpreter 838 does. This means finalizing all other :c:type:`PyThreadState` objects 929 Calling this function from a thread when the runtime is finalizing 975 Calling this function from a thread when the runtime is finalizing 1234 Calling this function from a thread when the runtime is finalizing 1243 and terminate the current thread if called while the interpreter is finalizing. 1272 Calling this function from a thread when the runtime is finalizing 1281 and terminate the current thread if called while the interpreter is finalizing.
|
D | typeobj.rst | 1976 finalizing an instance. It is called either from the garbage
|
/third_party/python/Doc/library/ |
D | devmode.rst | 197 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/python/Misc/NEWS.d/ |
D | 3.9.0a5.rst | 425 Ensure all workers exit when finalizing a :class:`multiprocessing.Pool`
|
D | 3.8.0a4.rst | 128 terminate the current thread if called while the interpreter is finalizing,
|
D | 3.8.0a1.rst | 2811 Fix for async generators not finalizing when event loop is in debug mode and
|
/third_party/python/Doc/whatsnew/ |
D | 3.8.rst | 1845 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/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 | 481 if (interp->finalizing) { in unicode_check_encoding_errors()
|
/third_party/flutter/skia/third_party/externals/icu/source/data/unidata/ |
D | changes.txt | 361 genprops error: failure finalizing the data - U_BUFFER_OVERFLOW_ERROR
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | framework.dart | 2521 _debugReportException(ErrorSummary('while finalizing the widget tree'), e, stack);
|