Home
last modified time | relevance | path

Searched refs:reentrant (Results 1 – 25 of 87) sorted by relevance

1234

/third_party/littlefs/tests/
Dtest_superblocks.toml13 [[case]] # reentrant format
14 reentrant = true
90 [[case]] # reentrant expanding superblock
93 reentrant = true
Dtest_relocations.toml146 [[case]] # reentrant testing for relocations, this is the same as the
149 reentrant = true
210 [[case]] # reentrant testing for relocations, but now with random renames!
211 reentrant = true
Dtest_files.toml288 [[case]] # reentrant file writing
291 reentrant = true
336 [[case]] # reentrant file writing with syncs
345 reentrant = true
460 reentrant = true
Dtest_orphans.toml59 [[case]] # reentrant testing for orphans, basically just spam mkdir/remove
60 reentrant = true
Dtest_interspersed.toml175 [[case]] # reentrant interspersed file test
178 reentrant = true
Dtest_dirs.toml157 [[case]] # reentrant many directory creation/rename/removal
159 reentrant = true
383 [[case]] # reentrant file creation/rename/removal
385 reentrant = true
/third_party/python/Doc/library/
Dcontextlib.rst303 This context manager is :ref:`reentrant <reentrant-cms>`.
343 This context manager is :ref:`reentrant <reentrant-cms>`.
353 This context manager is :ref:`reentrant <reentrant-cms>`.
842 .. _single-use-reusable-and-reentrant-cms:
844 Single use, reusable and reentrant context managers
891 More sophisticated context managers may be "reentrant". These context
896 :class:`threading.RLock` is an example of a reentrant context manager, as are
898 reentrant use::
919 Note also that being reentrant is *not* the same thing as being thread safe.
930 Distinct from both single use and reentrant context managers are "reusable"
[all …]
/third_party/python/Modules/
D_tracemalloc.c173 set_reentrant(int reentrant) in set_reentrant() argument
175 assert(reentrant == 0 || reentrant == 1); in set_reentrant()
178 if (reentrant) { in set_reentrant()
200 set_reentrant(int reentrant) in set_reentrant() argument
202 assert(reentrant != tracemalloc_reentrant); in set_reentrant()
203 tracemalloc_reentrant = reentrant; in set_reentrant()
Dfaulthandler.c226 static volatile int reentrant = 0; in faulthandler_dump_traceback() local
229 if (reentrant) in faulthandler_dump_traceback()
232 reentrant = 1; in faulthandler_dump_traceback()
252 reentrant = 0; in faulthandler_dump_traceback()
/third_party/popt/
DREADME4 1) popt is fully reentrant
/third_party/flutter/flutter/packages/flutter/test/rendering/
Dpaint_error_test.dart17 test('reentrant paint error', () {
109 // Cause a reentrant painting bug that would show up as a stack overflow if
/third_party/openssl/doc/man3/
DSSL_library_init.pod26 SSL_library_init() is not reentrant.
/third_party/libxml2/os400/libxmlrpg/
Dthreads.rpgle19 * xmlRMutex are reentrant mutual exception locks.
/third_party/python/Python/
Dpylifecycle.c2659 static int reentrant = 0; in fatal_error() local
2661 if (reentrant) { in fatal_error()
2666 reentrant = 1; in fatal_error()
2757 static int reentrant = 0; in _Py_FatalErrorFormat() local
2758 if (reentrant) { in _Py_FatalErrorFormat()
2762 reentrant = 1; in _Py_FatalErrorFormat()
/third_party/gstreamer/gstreamer/gst/parse/
Dparse.l85 %option reentrant
/third_party/python/Misc/NEWS.d/
D3.10.0b3.rst100 The :func:`threading.enumerate` function now uses a reentrant lock to
101 prevent a hang on reentrant call. Patch by Victor Stinner.
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Dstacktrace_generic-inl.inc34 // Protect against such reentrant call by failing to get a stack trace.
Dstacktrace_emscripten-inl.inc39 // Protect against such reentrant call by failing to get a stack trace.
/third_party/ltp/tools/sparse/sparse-src/
Dgcc-attr-list.h144 GCC_ATTR(reentrant)
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DSwapChainMTL.mm140 // TODO(dawn:723): change to not use AcquireRef for reentrant object creation.
/third_party/flutter/glfw/docs/
Dintro.dox191 GLFW event processing and object creation and destruction are not reentrant.
205 These functions may be made reentrant in future minor or patch releases, but
206 functions not on this list will not be made non-reentrant.
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dcoderules.txt50 we want it to be reentrant so that it can be used by applications that process
/third_party/mesa3d/src/compiler/glsl/glcpp/
Dglcpp-lex.l170 %option bison-bridge bison-locations reentrant noyywrap
/third_party/libjpeg-turbo/
Dcoderules.txt50 we want it to be reentrant so that it can be used by applications that process
/third_party/skia/third_party/externals/libjpeg-turbo/
Dcoderules.txt50 we want it to be reentrant so that it can be used by applications that process

1234