/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_orphans.toml | 59 [[case]] # reentrant testing for orphans, basically just spam mkdir/remove 60 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_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 | 224 This context manager is :ref:`reentrant <reentrant-cms>`. 263 This context manager is :ref:`reentrant <reentrant-cms>`. 273 This context manager is :ref:`reentrant <reentrant-cms>`. 723 .. _single-use-reusable-and-reentrant-cms: 725 Single use, reusable and reentrant context managers 772 More sophisticated context managers may be "reentrant". These context 777 :class:`threading.RLock` is an example of a reentrant context manager, as are 779 reentrant use:: 800 Note also that being reentrant is *not* the same thing as being thread safe. 811 Distinct from both single use and reentrant context managers are "reusable" [all …]
|
/third_party/libnl/lib/route/ |
D | pktloc_grammar.l | 15 %option reentrant
|
/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 | 224 static volatile int reentrant = 0; in faulthandler_dump_traceback() local 227 if (reentrant) in faulthandler_dump_traceback() 230 reentrant = 1; in faulthandler_dump_traceback() 250 reentrant = 0; in faulthandler_dump_traceback()
|
/third_party/popt/ |
D | README | 4 1) popt is fully reentrant
|
/third_party/boost/libs/vmd/doc/ |
D | vmd_reentrant.qbk | 10 Nearly all macros in VMD have equivalent reentrant versions which are
|
/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/gstreamer/gstreamer/gst/parse/ |
D | parse.l | 83 %option reentrant
|
/third_party/python/Python/ |
D | pylifecycle.c | 2214 static int reentrant = 0; in fatal_error() local 2216 if (reentrant) { in fatal_error() 2221 reentrant = 1; in fatal_error() 2308 static int reentrant = 0; in _Py_FatalErrorFormat() local 2309 if (reentrant) { in _Py_FatalErrorFormat() 2313 reentrant = 1; in _Py_FatalErrorFormat()
|
/third_party/libnl/lib/route/cls/ |
D | ematch_grammar.l | 26 %option reentrant
|
/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/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/abseil-cpp/absl/debugging/internal/ |
D | stacktrace_generic-inl.inc | 34 // Protect against such reentrant call by failing to get a stack trace.
|
/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/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | Tokenizer.l | 101 %option reentrant bison-bridge bison-locations
|