Searched refs:XRayPatching (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_interface.cpp | 84 atomic_uint8_t XRayPatching{0}; variable 233 &XRayPatching, &NotPatching, true, memory_order_acq_rel)) in patchFunction() 281 atomic_store(&XRayPatching, false, memory_order_release); in patchFunction() 371 atomic_store(&XRayPatching, false, memory_order_release); in controlPatchingObjectUnchecked() 385 if (!atomic_compare_exchange_strong(&XRayPatching, &NotPatching, true, in controlPatching() 390 [] { atomic_store(&XRayPatching, false, memory_order_release); }); in controlPatching() 429 if (!atomic_compare_exchange_strong(&XRayPatching, &NotPatching, true, in controlPatching() 434 [] { atomic_store(&XRayPatching, false, memory_order_release); }); in controlPatching()
|