Searched refs:reentrancy (Results 1 – 4 of 4) sorted by relevance
18 static reentrancy_t reentrancy; variable62 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()
1508 #define UNLOCK_RETURN(tsdn, ret, reentrancy) \ in malloc_init_hard() argument1509 malloc_init_hard_cleanup(tsdn, reentrancy); \ in malloc_init_hard()
148 - Add missing reentrancy support for custom extent hooks which allocate.
4511 time and marks them "serialized" to prevent reentrancy. A new global 7514 possibility that it cannot handle reentrancy. This fix repairs a couple 12422 corrects methods that cannot properly handle reentrancy (related to the