HomeSort by relevance Sort by last modified time
    Searched refs:atomic_flag (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/libcxx/test/std/atomics/atomics.flag/
copy_ctor.fail.cpp 12 // struct atomic_flag
14 // atomic_flag(const atomic_flag&) = delete;
21 std::atomic_flag f0;
22 std::atomic_flag f(f0);
copy_assign.fail.cpp 12 // struct atomic_flag
14 // atomic_flag& operator=(const atomic_flag&) = delete;
21 std::atomic_flag f0;
22 std::atomic_flag f;
copy_volatile_assign.fail.cpp 12 // struct atomic_flag
14 // atomic_flag& operator=(const atomic_flag&) = delete;
21 std::atomic_flag f0;
22 volatile std::atomic_flag f;
init.pass.cpp 14 // struct atomic_flag
16 // atomic_flag() = ATOMIC_FLAG_INIT;
23 std::atomic_flag f = ATOMIC_FLAG_INIT;
atomic_flag_clear_explicit.pass.cpp 14 // struct atomic_flag
16 // void atomic_flag_clear_explicit(volatile atomic_flag*, memory_order);
17 // void atomic_flag_clear_explicit(atomic_flag*, memory_order);
25 std::atomic_flag f = ATOMIC_FLAG_INIT;
31 std::atomic_flag f = ATOMIC_FLAG_INIT;
37 std::atomic_flag f = ATOMIC_FLAG_INIT;
43 volatile std::atomic_flag f = ATOMIC_FLAG_INIT;
49 volatile std::atomic_flag f = ATOMIC_FLAG_INIT;
55 volatile std::atomic_flag f = ATOMIC_FLAG_INIT;
atomic_flag_test_and_set_explicit.pass.cpp 14 // struct atomic_flag
16 // bool atomic_flag_test_and_set_explicit(volatile atomic_flag*, memory_order);
17 // bool atomic_flag_test_and_set_explicit(atomic_flag*, memory_order);
25 std::atomic_flag f;
31 std::atomic_flag f;
37 std::atomic_flag f;
43 std::atomic_flag f;
49 std::atomic_flag f;
55 std::atomic_flag f;
61 volatile std::atomic_flag f
    [all...]
atomic_flag_clear.pass.cpp 14 // struct atomic_flag
16 // void atomic_flag_clear(volatile atomic_flag*);
17 // void atomic_flag_clear(atomic_flag*);
25 std::atomic_flag f = ATOMIC_FLAG_INIT;
31 volatile std::atomic_flag f = ATOMIC_FLAG_INIT;
atomic_flag_test_and_set.pass.cpp 14 // struct atomic_flag
16 // bool atomic_flag_test_and_set(volatile atomic_flag*);
17 // bool atomic_flag_test_and_set(atomic_flag*);
25 std::atomic_flag f;
31 volatile std::atomic_flag f;
clear.pass.cpp 14 // struct atomic_flag
25 std::atomic_flag f = ATOMIC_FLAG_INIT;
31 std::atomic_flag f = ATOMIC_FLAG_INIT;
37 std::atomic_flag f = ATOMIC_FLAG_INIT;
43 std::atomic_flag f = ATOMIC_FLAG_INIT;
49 volatile std::atomic_flag f = ATOMIC_FLAG_INIT;
55 volatile std::atomic_flag f = ATOMIC_FLAG_INIT;
61 volatile std::atomic_flag f = ATOMIC_FLAG_INIT;
67 volatile std::atomic_flag f = ATOMIC_FLAG_INIT;
default.pass.cpp 14 // struct atomic_flag
16 // atomic_flag() = default;
24 std::atomic_flag f;
28 typedef std::atomic_flag A;
test_and_set.pass.cpp 14 // struct atomic_flag
25 std::atomic_flag f;
31 std::atomic_flag f;
37 std::atomic_flag f;
43 std::atomic_flag f;
49 std::atomic_flag f;
55 std::atomic_flag f;
61 std::atomic_flag f;
67 volatile std::atomic_flag f;
73 volatile std::atomic_flag f
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.flag/
copy_ctor.fail.cpp 12 // struct atomic_flag
14 // atomic_flag(const atomic_flag&) = delete;
21 std::atomic_flag f0;
22 std::atomic_flag f(f0);
copy_assign.fail.cpp 12 // struct atomic_flag
14 // atomic_flag& operator=(const atomic_flag&) = delete;
21 std::atomic_flag f0;
22 std::atomic_flag f;
copy_volatile_assign.fail.cpp 12 // struct atomic_flag
14 // atomic_flag& operator=(const atomic_flag&) = delete;
21 std::atomic_flag f0;
22 volatile std::atomic_flag f;
init.pass.cpp 12 // struct atomic_flag
14 // atomic_flag() = ATOMIC_FLAG_INIT;
21 std::atomic_flag f = ATOMIC_FLAG_INIT;
atomic_flag_clear_explicit.pass.cpp 12 // struct atomic_flag
14 // void atomic_flag_clear_explicit(volatile atomic_flag*, memory_order);
15 // void atomic_flag_clear_explicit(atomic_flag*, memory_order);
23 std::atomic_flag f;
29 std::atomic_flag f;
35 std::atomic_flag f;
41 volatile std::atomic_flag f;
47 volatile std::atomic_flag f;
53 volatile std::atomic_flag f;
atomic_flag_test_and_set_explicit.pass.cpp 12 // struct atomic_flag
14 // bool atomic_flag_test_and_set_explicit(volatile atomic_flag*, memory_order);
15 // bool atomic_flag_test_and_set_explicit(atomic_flag*, memory_order);
23 std::atomic_flag f;
29 std::atomic_flag f;
35 std::atomic_flag f;
41 std::atomic_flag f;
47 std::atomic_flag f;
53 std::atomic_flag f;
59 volatile std::atomic_flag f
    [all...]
atomic_flag_clear.pass.cpp 12 // struct atomic_flag
14 // void atomic_flag_clear(volatile atomic_flag*);
15 // void atomic_flag_clear(atomic_flag*);
23 std::atomic_flag f;
29 volatile std::atomic_flag f;
atomic_flag_test_and_set.pass.cpp 12 // struct atomic_flag
14 // bool atomic_flag_test_and_set(volatile atomic_flag*);
15 // bool atomic_flag_test_and_set(atomic_flag*);
23 std::atomic_flag f;
29 volatile std::atomic_flag f;
clear.pass.cpp 12 // struct atomic_flag
23 std::atomic_flag f;
29 std::atomic_flag f;
35 std::atomic_flag f;
41 std::atomic_flag f;
47 volatile std::atomic_flag f;
53 volatile std::atomic_flag f;
59 volatile std::atomic_flag f;
65 volatile std::atomic_flag f;
default.pass.cpp 12 // struct atomic_flag
14 // atomic_flag() = default;
22 std::atomic_flag f;
25 typedef std::atomic_flag A;
test_and_set.pass.cpp 12 // struct atomic_flag
23 std::atomic_flag f;
29 std::atomic_flag f;
35 std::atomic_flag f;
41 std::atomic_flag f;
47 std::atomic_flag f;
53 std::atomic_flag f;
59 std::atomic_flag f;
65 volatile std::atomic_flag f;
71 volatile std::atomic_flag f
    [all...]
  /external/compiler-rt/lib/builtins/
atomic_flag_clear.c 23 void atomic_flag_clear(volatile atomic_flag *object) {
atomic_flag_clear_explicit.c 23 void atomic_flag_clear_explicit(volatile atomic_flag *object,
atomic_flag_test_and_set.c 23 _Bool atomic_flag_test_and_set(volatile atomic_flag *object) {

Completed in 233 milliseconds

1 2 3