Searched refs:instrumented_ranges_count_ (Results 1 – 2 of 2) sorted by relevance
76 atomic_uintptr_t instrumented_ranges_count_; variable105 const uptr n = atomic_load(&instrumented_ranges_count_, memory_order_acquire); in IsPcInstrumented()
111 atomic_load(&instrumented_ranges_count_, memory_order_relaxed); in OnLibraryLoaded()115 atomic_store(&instrumented_ranges_count_, idx + 1, in OnLibraryLoaded()