Searched refs:reentrancy (Results 1 – 23 of 23) sorted by relevance
/external/jemalloc_new/test/src/ |
D | test.c | 18 static reentrancy_t reentrancy; variable 62 return reentrancy != non_reentrant; in test_is_reentrant() 109 malloc_printf("%s (%s): %s\n", test_name, reentrancy_t_str(reentrancy), in p_test_fini() 133 reentrancy = non_reentrant; in p_test_impl() 141 reentrancy = libc_reentrant; in p_test_impl() 149 reentrancy = arena_new_reentrant; in p_test_impl()
|
/external/llvm-project/lldb/test/API/commands/command/source/ |
D | .lldb | 1 # one more level of indirection to stress the command interpreter reentrancy
|
/external/mesa3d/docs/relnotes/ |
D | 10.5.6.rst | 63 reentrancy issues.
|
/external/icu/icu4c/source/config/ |
D | mh-os390 | 66 # meaning as normal reentrancy on other platforms. See the z/OS documentation
|
/external/python/cpython3/Doc/library/ |
D | queue.rst | 25 competing threads; however, they are not designed to handle reentrancy
|
D | contextlib.rst | 796 Real world examples of reentrancy are more likely to involve multiple
|
/external/jemalloc_new/src/ |
D | jemalloc.c | 1524 #define UNLOCK_RETURN(tsdn, ret, reentrancy) \ argument 1525 malloc_init_hard_cleanup(tsdn, reentrancy); \
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.1rc1.rst | 172 functools.lru_cache() was susceptible to an obscure reentrancy bug
|
D | 3.5.1rc1.rst | 620 avoid possible reentrancy issues.
|
D | 3.5.3rc1.rst | 64 functools.lru_cache() was susceptible to an obscure reentrancy bug caused by
|
D | 3.7.0a1.rst | 970 functools.lru_cache() was susceptible to an obscure reentrancy bug
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.11rc1.rst | 330 avoid possible reentrancy issues.
|
/external/libchrome/mojo/public/c/system/ |
D | README.md | 693 make in certain cases to *e.g.* avoid accidental reentrancy in user code.
|
/external/llvm-project/clang/test/ |
D | cxx-sections.data | 468 17.6.4.6 [reentrancy]
|
/external/clang/test/ |
D | cxx-sections.data | 468 17.6.4.6 [reentrancy]
|
/external/google-styleguide/ |
D | objcguide.md | 717 // avoid the risk of reentrancy leading to the callback being
|
/external/jemalloc_new/ |
D | ChangeLog | 148 - Add missing reentrancy support for custom extent hooks which allocate.
|
/external/cpuinfo/test/dmesg/ |
D | moto-g-gen4.log | 47 [ 0.769474,0] QSEECOM: qseecom_probe: qsee reentrancy support phase is not defined, setting to d…
|
D | moto-g-gen5.log | 91 [ 0.637780,2] QSEECOM: qseecom_probe: qsee reentrancy support phase is not defined, setting to d…
|
D | xiaomi-redmi-note-4.log | 393 [ 0.824693] QSEECOM: qseecom_probe: qsee reentrancy support phase is not defined, setting to def…
|
D | galaxy-s8-us.log | 963 [ 1.669443] [4: swapper/0: 1] QSEECOM: qseecom_probe: qsee reentrancy support phase is …
|
/external/libxml2/ |
D | ChangeLog | 3448 * xmlregexp.c: fixed bug #310264, basically it's about reentrancy 14028 * python/libxml.c: fixed a possible reentrancy problem 19345 reentrancy problem at printing. One is left in entities.c, to
|
/external/mksh/src/ |
D | check.t | 11660 and reentrancy safety
|