HomeSort by relevance Sort by last modified time
    Searched refs:atomic_flag_clear_explicit (Results 1 - 5 of 5) sorted by null

  /external/libcxx/test/atomics/atomics.flag/
atomic_flag_clear_explicit.pass.cpp 14 // void atomic_flag_clear_explicit(volatile atomic_flag*, memory_order);
15 // void atomic_flag_clear_explicit(atomic_flag*, memory_order);
25 atomic_flag_clear_explicit(&f, std::memory_order_relaxed);
31 atomic_flag_clear_explicit(&f, std::memory_order_release);
37 atomic_flag_clear_explicit(&f, std::memory_order_seq_cst);
43 atomic_flag_clear_explicit(&f, std::memory_order_relaxed);
49 atomic_flag_clear_explicit(&f, std::memory_order_release);
55 atomic_flag_clear_explicit(&f, std::memory_order_seq_cst);
Android.mk 47 test_name := atomics/atomics.flag/atomic_flag_clear_explicit
48 test_src := atomic_flag_clear_explicit.pass.cpp
  /bionic/libc/include/
stdatomic.h 551 atomic_flag_clear_explicit(volatile atomic_flag *__object, memory_order __order)
570 atomic_flag_clear_explicit(__object, memory_order_seq_cst);
  /development/ndk/platforms/android-L/include/
stdatomic.h 397 atomic_flag_clear_explicit(volatile atomic_flag *__object, memory_order __order) function
416 atomic_flag_clear_explicit(__object, memory_order_seq_cst);
  /bionic/tests/
stdatomic_test.cpp 89 atomic_flag_clear_explicit(&f, memory_order_relaxed);

Completed in 38 milliseconds