reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/tools/driver/Driver.cpp
  706   static std::atomic_flag g_interrupt_sent = ATOMIC_FLAG_INIT;
usr/include/c++/7.4.0/atomic
 1012   atomic_flag_test_and_set_explicit(atomic_flag* __a,
 1017   atomic_flag_test_and_set_explicit(volatile atomic_flag* __a,
 1022   atomic_flag_clear_explicit(atomic_flag* __a, memory_order __m) noexcept
 1026   atomic_flag_clear_explicit(volatile atomic_flag* __a,
 1031   atomic_flag_test_and_set(atomic_flag* __a) noexcept
 1035   atomic_flag_test_and_set(volatile atomic_flag* __a) noexcept
 1039   atomic_flag_clear(atomic_flag* __a) noexcept
 1043   atomic_flag_clear(volatile atomic_flag* __a) noexcept
usr/include/c++/7.4.0/bits/atomic_base.h
  164     atomic_flag(const atomic_flag&) = delete;
  165     atomic_flag& operator=(const atomic_flag&) = delete;
  165     atomic_flag& operator=(const atomic_flag&) = delete;
  166     atomic_flag& operator=(const atomic_flag&) volatile = delete;
  166     atomic_flag& operator=(const atomic_flag&) volatile = delete;
usr/include/c++/7.4.0/future
  320       atomic_flag         	_M_retrieved = ATOMIC_FLAG_INIT;