Searched refs:petsc_atomic_flag_test_and_set (Results 1 – 1 of 1) sorted by relevance
1533 …#define petsc_atomic_flag_test_and_set(p) std::atomic_flag_test_and_set_explicit(p, std::memory_or… macro1538 …#define petsc_atomic_flag_test_and_set(p) atomic_flag_test_and_set_explicit(p, memory_order_acquir… macro1552 } while (petsc_atomic_flag_test_and_set(spinlock)); in PetscSpinlockLock()1564 #undef petsc_atomic_flag_test_and_set