Searched refs:XRayPatching (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/compiler-rt/lib/xray/ |
D | xray_interface.cpp | 73 atomic_uint8_t XRayPatching{0}; variable 213 &XRayPatching, &NotPatching, true, memory_order_acq_rel)) in patchFunction() 243 atomic_store(&XRayPatching, false, in patchFunction() 264 &XRayPatching, &NotPatching, true, memory_order_acq_rel)) in controlPatching() 271 atomic_store(&XRayPatching, false, in controlPatching() 334 atomic_store(&XRayPatching, false, in controlPatching()
|