/third_party/littlefs/tests/ |
D | test_superblocks.toml | 13 [[case]] # reentrant format 14 reentrant = true 90 [[case]] # reentrant expanding superblock 93 reentrant = true
|
D | test_relocations.toml | 146 [[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
|
D | test_files.toml | 288 [[case]] # reentrant file writing 291 reentrant = true 336 [[case]] # reentrant file writing with syncs 345 reentrant = true 460 reentrant = true
|
D | test_orphans.toml | 59 [[case]] # reentrant testing for orphans, basically just spam mkdir/remove 60 reentrant = true
|
D | test_interspersed.toml | 175 [[case]] # reentrant interspersed file test 178 reentrant = true
|
D | test_dirs.toml | 157 [[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/ |
D | contextlib.rst | 303 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.c | 173 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()
|
D | faulthandler.c | 226 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/ |
D | README | 4 1) popt is fully reentrant
|
/third_party/flutter/flutter/packages/flutter/test/rendering/ |
D | paint_error_test.dart | 17 test('reentrant paint error', () { 109 // Cause a reentrant painting bug that would show up as a stack overflow if
|
/third_party/openssl/doc/man3/ |
D | SSL_library_init.pod | 26 SSL_library_init() is not reentrant.
|
/third_party/libxml2/os400/libxmlrpg/ |
D | threads.rpgle | 19 * xmlRMutex are reentrant mutual exception locks.
|
/third_party/python/Python/ |
D | pylifecycle.c | 2659 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/ |
D | parse.l | 85 %option reentrant
|
/third_party/python/Misc/NEWS.d/ |
D | 3.10.0b3.rst | 100 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/ |
D | stacktrace_generic-inl.inc | 34 // Protect against such reentrant call by failing to get a stack trace.
|
D | stacktrace_emscripten-inl.inc | 39 // Protect against such reentrant call by failing to get a stack trace.
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | gcc-attr-list.h | 144 GCC_ATTR(reentrant)
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | SwapChainMTL.mm | 140 // TODO(dawn:723): change to not use AcquireRef for reentrant object creation.
|
/third_party/flutter/glfw/docs/ |
D | intro.dox | 191 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/ |
D | coderules.txt | 50 we want it to be reentrant so that it can be used by applications that process
|
/third_party/mesa3d/src/compiler/glsl/glcpp/ |
D | glcpp-lex.l | 170 %option bison-bridge bison-locations reentrant noyywrap
|
/third_party/libjpeg-turbo/ |
D | coderules.txt | 50 we want it to be reentrant so that it can be used by applications that process
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | coderules.txt | 50 we want it to be reentrant so that it can be used by applications that process
|