Searched refs:__memleak_hook_flag (Results 1 - 6 of 6) sorted by relevance
/third_party/musl/porting/linux/user/src/hook/ |
H A D | musl_preinit_common.h | 14 extern volatile atomic_bool __memleak_hook_flag; 59 volatile bool memleak_flag = atomic_load_explicit(&__memleak_hook_flag, memory_order_acquire); in __get_memleak_hook_flag()
|
H A D | musl_preinit_common.c | 44 volatile atomic_bool __memleak_hook_flag; variable
|
H A D | musl_preinit.c | 601 atomic_store_explicit(&__memleak_hook_flag, (volatile bool)true, memory_order_seq_cst); in __install_memleak_tracker_hook() 632 atomic_store_explicit(&__memleak_hook_flag, (volatile bool)false, memory_order_seq_cst); in __install_memleak_tracker_hook() 681 atomic_store_explicit(&__memleak_hook_flag, (volatile bool)false, memory_order_seq_cst); in __musl_initialize()
|
/third_party/musl/src/hook/linux/ |
H A D | musl_preinit_common.h | 36 extern volatile atomic_bool __memleak_hook_flag; 81 volatile bool memleak_flag = atomic_load_explicit(&__memleak_hook_flag, memory_order_acquire); in __get_memleak_hook_flag()
|
H A D | musl_preinit_common.c | 59 volatile atomic_bool __memleak_hook_flag; variable
|
H A D | musl_preinit.c | 615 atomic_store_explicit(&__memleak_hook_flag, (volatile bool)true, memory_order_seq_cst); in __install_memleak_tracker_hook() 646 atomic_store_explicit(&__memleak_hook_flag, (volatile bool)false, memory_order_seq_cst); in __install_memleak_tracker_hook() 695 atomic_store_explicit(&__memleak_hook_flag, (volatile bool)false, memory_order_seq_cst); in __musl_initialize()
|
Completed in 4 milliseconds