HomeSort by relevance Sort by last modified time
    Searched refs:atomic (Results 51 - 75 of 3015) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/atomics/atomics.fences/
atomic_thread_fence.pass.cpp 12 // <atomic>
16 #include <atomic>
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/atomics/
version.pass.cpp 12 // <atomic>
14 #include <atomic>
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/
integral_typedefs.pass.cpp 10 // <atomic>
12 // typedef atomic<char> atomic_char;
13 // typedef atomic<signed char> atomic_schar;
14 // typedef atomic<unsigned char> atomic_uchar;
15 // typedef atomic<short> atomic_short;
16 // typedef atomic<unsigned short> atomic_ushort;
17 // typedef atomic<int> atomic_int;
18 // typedef atomic<unsigned int> atomic_uint;
19 // typedef atomic<long> atomic_long;
20 // typedef atomic<unsigned long> atomic_ulong
    [all...]
cstdint_typedefs.pass.cpp 10 // <atomic>
12 // typedef atomic<int_least8_t> atomic_int_least8_t;
13 // typedef atomic<uint_least8_t> atomic_uint_least8_t;
14 // typedef atomic<int_least16_t> atomic_int_least16_t;
15 // typedef atomic<uint_least16_t> atomic_uint_least16_t;
16 // typedef atomic<int_least32_t> atomic_int_least32_t;
17 // typedef atomic<uint_least32_t> atomic_uint_least32_t;
18 // typedef atomic<int_least64_t> atomic_int_least64_t;
19 // typedef atomic<uint_least64_t> atomic_uint_least64_t;
21 // typedef atomic<int_fast8_t> atomic_int_fast8_t
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/atomics/atomics.types.generic/
integral_typedefs.pass.cpp 12 // <atomic>
14 // typedef atomic<char> atomic_char;
15 // typedef atomic<signed char> atomic_schar;
16 // typedef atomic<unsigned char> atomic_uchar;
17 // typedef atomic<short> atomic_short;
18 // typedef atomic<unsigned short> atomic_ushort;
19 // typedef atomic<int> atomic_int;
20 // typedef atomic<unsigned int> atomic_uint;
21 // typedef atomic<long> atomic_long;
22 // typedef atomic<unsigned long> atomic_ulong
    [all...]
cstdint_typedefs.pass.cpp 12 // <atomic>
14 // typedef atomic<int_least8_t> atomic_int_least8_t;
15 // typedef atomic<uint_least8_t> atomic_uint_least8_t;
16 // typedef atomic<int_least16_t> atomic_int_least16_t;
17 // typedef atomic<uint_least16_t> atomic_uint_least16_t;
18 // typedef atomic<int_least32_t> atomic_int_least32_t;
19 // typedef atomic<uint_least32_t> atomic_uint_least32_t;
20 // typedef atomic<int_least64_t> atomic_int_least64_t;
21 // typedef atomic<uint_least64_t> atomic_uint_least64_t;
23 // typedef atomic<int_fast8_t> atomic_int_fast8_t
    [all...]
  /external/clang/test/OpenMP/
atomic_messages.cpp 6 #pragma omp atomic
7 // expected-error@+2 {{the statement for 'atomic' must be an expression statement of form '++x;', '--x;', 'x++;', 'x--;', 'x binop= expr;', 'x = x binop expr' or 'x = expr binop x', where x is an l-value expression with scalar type}}
14 #pragma omp atomic
15 // expected-error@+2 {{the statement for 'atomic' must be an expression statement of form '++x;', '--x;', 'x++;', 'x--;', 'x binop= expr;', 'x = x binop expr' or 'x = expr binop x', where x is an l-value expression with scalar type}}
41 // Test for atomic read
42 #pragma omp atomic read
43 // expected-error@+2 {{the statement for 'atomic read' must be an expression statement of form 'v = x;', where v and x are both lvalue expressions with scalar type}}
46 #pragma omp atomic read
47 // expected-error@+2 {{the statement for 'atomic read' must be an expression statement of form 'v = x;', where v and x are both lvalue expressions with scalar type}}
50 #pragma omp atomic rea
    [all...]
atomic_codegen.cpp 22 // CHECK: [[SCALAR_VAL:%.+]] = load atomic i32, i32* [[SCALAR_ADDR]] monotonic
25 #pragma omp atomic read
30 // CHECK: store atomic i32 [[B_VAL]], i32* [[SCALAR_ADDR]] monotonic
32 #pragma omp atomic write
37 // CHECK: [[OLD_VAL:%.+]] = load atomic i32, i32* [[SCALAR_ADDR]] monotonic,
50 #pragma omp atomic
52 #pragma omp atomic
57 // CHECK: [[OLD_VAL:%.+]] = load atomic i32, i32* [[SCALAR_ADDR]] monotonic,
71 #pragma omp atomic capture
82 #pragma omp atomic rea
    [all...]
atomic_capture_codegen.cpp 83 #pragma omp atomic capture
88 #pragma omp atomic capture
92 #pragma omp atomic capture
97 #pragma omp atomic capture
101 // CHECK: [[X:%.+]] = load atomic i16, i16* [[X_ADDR:@.+]] monotonic
116 #pragma omp atomic capture
119 // CHECK: [[X:%.+]] = load atomic i32, i32* [[X_ADDR:@.+]] monotonic
132 #pragma omp atomic capture
137 #pragma omp atomic capture
140 // CHECK: [[X:%.+]] = load atomic i32, i32* [[X_ADDR:@.+]] monotoni
    [all...]
atomic_update_codegen.cpp 82 #pragma omp atomic
85 #pragma omp atomic
88 #pragma omp atomic update
91 #pragma omp atomic
94 #pragma omp atomic update
98 // CHECK: [[X:%.+]] = load atomic i16, i16* [[X_ADDR:@.+]] monotonic
112 #pragma omp atomic
115 // CHECK: [[X:%.+]] = load atomic i32, i32* [[X_ADDR:@.+]] monotonic
127 #pragma omp atomic update
131 #pragma omp atomic
    [all...]
  /external/libcxx/test/std/atomics/atomics.types.generic/
integral_typedefs.pass.cpp 12 // <atomic>
14 // typedef atomic<char> atomic_char;
15 // typedef atomic<signed char> atomic_schar;
16 // typedef atomic<unsigned char> atomic_uchar;
17 // typedef atomic<short> atomic_short;
18 // typedef atomic<unsigned short> atomic_ushort;
19 // typedef atomic<int> atomic_int;
20 // typedef atomic<unsigned int> atomic_uint;
21 // typedef atomic<long> atomic_long;
22 // typedef atomic<unsigned long> atomic_ulong
    [all...]
cstdint_typedefs.pass.cpp 12 // <atomic>
14 // typedef atomic<int_least8_t> atomic_int_least8_t;
15 // typedef atomic<uint_least8_t> atomic_uint_least8_t;
16 // typedef atomic<int_least16_t> atomic_int_least16_t;
17 // typedef atomic<uint_least16_t> atomic_uint_least16_t;
18 // typedef atomic<int_least32_t> atomic_int_least32_t;
19 // typedef atomic<uint_least32_t> atomic_uint_least32_t;
20 // typedef atomic<int_least64_t> atomic_int_least64_t;
21 // typedef atomic<uint_least64_t> atomic_uint_least64_t;
23 // typedef atomic<int_fast8_t> atomic_int_fast8_t
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
atomic.go 5 // This file contains tests for the atomic checker.
10 "sync/atomic"
17 x = atomic.AddUint64(&x, 1) // ERROR "direct assignment to atomic value"
18 _, x = 10, atomic.AddUint64(&x, 1) // ERROR "direct assignment to atomic value"
19 x, _ = atomic.AddUint64(&x, 1), 10 // ERROR "direct assignment to atomic value"
22 *y = atomic.AddUint64(y, 1) // ERROR "direct assignment to atomic value
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
atomic.go 5 // This file contains tests for the atomic checker.
10 "sync/atomic"
17 x = atomic.AddUint64(&x, 1) // ERROR "direct assignment to atomic value"
18 _, x = 10, atomic.AddUint64(&x, 1) // ERROR "direct assignment to atomic value"
19 x, _ = atomic.AddUint64(&x, 1), 10 // ERROR "direct assignment to atomic value"
22 *y = atomic.AddUint64(y, 1) // ERROR "direct assignment to atomic value
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/internal/atomic/
asm_arm64.s 14 TEXT runtime?internal?atomic·Cas(SB), NOSPLIT, $0-17
29 TEXT runtime?internal?atomic·Casuintptr(SB), NOSPLIT, $0-25
30 B runtime?internal?atomic·Cas64(SB)
32 TEXT runtime?internal?atomic·Loaduintptr(SB), NOSPLIT, $-8-16
33 B runtime?internal?atomic·Load64(SB)
35 TEXT runtime?internal?atomic·Loaduint(SB), NOSPLIT, $-8-16
36 B runtime?internal?atomic·Load64(SB)
38 TEXT runtime?internal?atomic·Storeuintptr(SB), NOSPLIT, $0-16
39 B runtime?internal?atomic·Store64(SB)
41 TEXT runtime?internal?atomic·Xadduintptr(SB), NOSPLIT, $0-2
    [all...]
  /prebuilts/go/linux-x86/src/runtime/internal/atomic/
asm_arm64.s 14 TEXT runtime?internal?atomic·Cas(SB), NOSPLIT, $0-17
29 TEXT runtime?internal?atomic·Casuintptr(SB), NOSPLIT, $0-25
30 B runtime?internal?atomic·Cas64(SB)
32 TEXT runtime?internal?atomic·Loaduintptr(SB), NOSPLIT, $-8-16
33 B runtime?internal?atomic·Load64(SB)
35 TEXT runtime?internal?atomic·Loaduint(SB), NOSPLIT, $-8-16
36 B runtime?internal?atomic·Load64(SB)
38 TEXT runtime?internal?atomic·Storeuintptr(SB), NOSPLIT, $0-16
39 B runtime?internal?atomic·Store64(SB)
41 TEXT runtime?internal?atomic·Xadduintptr(SB), NOSPLIT, $0-2
    [all...]
  /external/guava/guava/src/com/google/common/util/concurrent/
AtomicLongMap.java 28 import java.util.concurrent.atomic.AtomicLong;
41 * atomic unless otherwise noted.
82 AtomicLong atomic = map.get(key); local
83 return atomic == null ? 0L : atomic.get();
106 AtomicLong atomic = map.get(key); local
107 if (atomic == null) {
108 atomic = map.putIfAbsent(key, new AtomicLong(delta));
109 if (atomic == null) {
112 // atomic is now non-null; fall throug
155 AtomicLong atomic = map.get(key); local
190 AtomicLong atomic = map.get(key); local
235 AtomicLong atomic = map.get(key); local
259 AtomicLong atomic = map.get(key); local
    [all...]
  /external/v8/tools/clang/plugins/tests/
trivial_ctor.h 12 struct atomic { struct in namespace:std
16 typedef atomic<int> atomic_int;
  /development/ndk/platforms/android-9/include/linux/sunrpc/
timer.h 15 #include <asm/atomic.h>
  /external/libcxx/test/std/atomics/atomics.flag/
copy_ctor.fail.cpp 10 // <atomic>
16 #include <atomic>
init.pass.cpp 13 // <atomic>
19 #include <atomic>
  /external/libcxx/test/std/atomics/atomics.order/
kill_dependency.pass.cpp 12 // <atomic>
16 #include <atomic>
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/sunrpc/
timer.h 15 #include <asm/atomic.h>
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/sunrpc/
timer.h 15 #include <asm/atomic.h>
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/sunrpc/
timer.h 15 #include <asm/atomic.h>

Completed in 1639 milliseconds

1 23 4 5 6 7 8 91011>>