Searched refs:stack_switching_ (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_thread.h | 111 return !atomic_load(&stack_switching_, memory_order_relaxed) && in has_fake_stack() 118 if (atomic_load(&stack_switching_, memory_order_relaxed)) in fake_stack() 159 atomic_uint8_t stack_switching_; variable
|
| H A D | asan_thread.cc | 120 if (atomic_load(&stack_switching_, memory_order_relaxed)) { in StartSwitchFiber() 127 atomic_store(&stack_switching_, 1, memory_order_release); in StartSwitchFiber() 142 if (!atomic_load(&stack_switching_, memory_order_relaxed)) { in FinishSwitchFiber() 158 atomic_store(&stack_switching_, 0, memory_order_release); in FinishSwitchFiber() 164 if (!atomic_load(&stack_switching_, memory_order_acquire)) { in GetStackBounds() 223 atomic_store(&stack_switching_, false, memory_order_release); in Init()
|