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

1 2 3 4 5

  /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 15 // struct atomic_flag
17 // atomic_flag() = ATOMIC_FLAG_INIT;
24 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;
32 volatile std::atomic_flag f;
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;
default.pass.cpp 14 // struct atomic_flag
16 // atomic_flag() = default;
26 std::atomic_flag f;
30 typedef std::atomic_flag A;
  /prebuilts/ndk/r11/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;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/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 15 // struct atomic_flag
17 // atomic_flag() = ATOMIC_FLAG_INIT;
24 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;
31 std::atomic_flag f;
37 std::atomic_flag f;
43 volatile std::atomic_flag f;
49 volatile std::atomic_flag f;
55 volatile std::atomic_flag f;
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...]
  /external/libcxx/test/libcxx/atomics/atomics.flag/
init_bool.pass.cpp 14 // struct atomic_flag
16 // TESTING EXTENSION atomic_flag(bool)
24 std::atomic_flag f(false);
28 std::atomic_flag f(true);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/atomics/atomics.flag/
init_bool.pass.cpp 14 // struct atomic_flag
16 // TESTING EXTENSION atomic_flag(bool)
24 std::atomic_flag f(false);
28 std::atomic_flag f(true);

Completed in 2178 milliseconds

1 2 3 4 5