Home
last modified time | relevance | path

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

12

/third_party/python/Python/
Dceval_gil.h204 PyThreadState *finalizing = _PyRuntimeState_GetFinalizing(&_PyRuntime); in tstate_must_exit() local
205 return (finalizing != NULL && finalizing != tstate); in tstate_must_exit()
Dpylifecycle.c2014 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()
Dsysmodule.c357 PyThreadState *finalizing = _PyRuntimeState_GetFinalizing(runtime); in _PySys_ClearAuditHooks() local
358 assert(finalizing == ts); in _PySys_ClearAuditHooks()
359 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()
527 self->finalizing = 1;
1186 {"_finalizing", T_BOOL, offsetof(fileio, finalizing), 0},
Dwinconsoleio.c148 char finalizing; member
431 self->finalizing = 1; in winconsoleio_dealloc()
1108 {"_finalizing", T_BOOL, offsetof(winconsoleio, finalizing), 0},
Dbufferedio.c207 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},
Dtextio.c662 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/
Dpycore_interp.h229 int finalizing; member
/third_party/python/Doc/c-api/
Dinit.rst225 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.
Dtypeobj.rst1976 finalizing an instance. It is called either from the garbage
/third_party/python/Doc/library/
Ddevmode.rst197 descriptor" error when finalizing the file object:
Dasyncio-task.rst218 managing the asyncio event loop, *finalizing asynchronous
/third_party/python/Misc/NEWS.d/
D3.9.0a5.rst425 Ensure all workers exit when finalizing a :class:`multiprocessing.Pool`
D3.8.0a4.rst128 terminate the current thread if called while the interpreter is finalizing,
D3.8.0a1.rst2811 Fix for async generators not finalizing when event loop is in debug mode and
/third_party/python/Doc/whatsnew/
D3.8.rst1845 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/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.c481 if (interp->finalizing) { in unicode_check_encoding_errors()
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dframework.dart2521 _debugReportException(ErrorSummary('while finalizing the widget tree'), e, stack);
/third_party/flutter/skia/third_party/externals/icu/source/data/unidata/
Dchanges.txt361 genprops error: failure finalizing the data - U_BUFFER_OVERFLOW_ERROR
/third_party/gstreamer/gst_libav/
DChangeLog13043 ext/ffmpeg/: Free strings atleast when finalizing elements.
13051 Free strings atleast when finalizing elements.
/third_party/skia/third_party/externals/icu/source/data/unidata/
Dchanges.txt1282 genprops error: failure finalizing the data - U_BUFFER_OVERFLOW_ERROR
/third_party/icu/icu4c/source/data/unidata/
Dchanges.txt1282 genprops error: failure finalizing the data - U_BUFFER_OVERFLOW_ERROR

12