HomeSort by relevance Sort by last modified time
    Searched full:atomics (Results 1 - 25 of 241) sorted by null

1 2 3 4 5 6 7 8 910

  /external/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/
Android.mk 17 test_makefile := external/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/Android.mk
19 test_name := atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_or
23 test_name := atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_strong_explicit
27 test_name := atomics/atomics.types.operations/atomics.types.operations.req/atomic_exchang
    [all...]
  /external/libcxx/test/atomics/atomics.flag/
Android.mk 17 test_makefile := external/libcxx/test/atomics/atomics.flag/Android.mk
19 test_name := atomics/atomics.flag/default
23 test_name := atomics/atomics.flag/atomic_flag_clear
27 test_name := atomics/atomics.flag/atomic_flag_test_and_set_explicit
31 test_name := atomics/atomics.flag/atomic_flag_test_and_se
    [all...]
  /external/libcxx/test/atomics/atomics.types.generic/
Android.mk 17 test_makefile := external/libcxx/test/atomics/atomics.types.generic/Android.mk
19 test_name := atomics/atomics.types.generic/address
23 test_name := atomics/atomics.types.generic/bool
27 test_name := atomics/atomics.types.generic/cstdint_typedefs
31 test_name := atomics/atomics.types.generic/integral_typedef
    [all...]
  /external/libcxx/test/atomics/atomics.general/
Android.mk 17 test_makefile := external/libcxx/test/atomics/atomics.general/Android.mk
19 test_name := atomics/atomics.general/nothing_to_do
  /external/libcxx/test/atomics/atomics.lockfree/
Android.mk 17 test_makefile := external/libcxx/test/atomics/atomics.lockfree/Android.mk
19 test_name := atomics/atomics.lockfree/lockfree
  /external/libcxx/test/atomics/atomics.syn/
Android.mk 17 test_makefile := external/libcxx/test/atomics/atomics.syn/Android.mk
19 test_name := atomics/atomics.syn/nothing_to_do
  /external/libcxx/test/atomics/atomics.types.operations/
Android.mk 17 test_makefile := external/libcxx/test/atomics/atomics.types.operations/Android.mk
19 test_name := atomics/atomics.types.operations/nothing_to_do
  /external/libcxx/test/atomics/atomics.fences/
Android.mk 17 test_makefile := external/libcxx/test/atomics/atomics.fences/Android.mk
19 test_name := atomics/atomics.fences/atomic_signal_fence
23 test_name := atomics/atomics.fences/atomic_thread_fence
  /external/libcxx/test/atomics/atomics.order/
Android.mk 17 test_makefile := external/libcxx/test/atomics/atomics.order/Android.mk
19 test_name := atomics/atomics.order/memory_order
23 test_name := atomics/atomics.order/kill_dependency
  /external/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.arith/
Android.mk 17 test_makefile := external/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.arith/Android.mk
19 test_name := atomics/atomics.types.operations/atomics.types.operations.arith/nothing_to_do
  /external/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.general/
Android.mk 17 test_makefile := external/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.general/Android.mk
19 test_name := atomics/atomics.types.operations/atomics.types.operations.general/nothing_to_do
  /external/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.pointer/
Android.mk 17 test_makefile := external/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.pointer/Android.mk
19 test_name := atomics/atomics.types.operations/atomics.types.operations.pointer/nothing_to_do
  /external/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.templ/
Android.mk 17 test_makefile := external/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.templ/Android.mk
19 test_name := atomics/atomics.types.operations/atomics.types.operations.templ/nothing_to_do
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AtomicsTest.java 26 * Unit test for {@link Atomics}.
35 assertEquals(null, Atomics.newReference().get());
39 assertEquals(null, Atomics.newReference(null).get());
40 assertEquals(OBJECT, Atomics.newReference(OBJECT).get());
45 AtomicReferenceArray<String> refArray = Atomics.newReferenceArray(length);
58 Atomics.newReferenceArray(-1);
66 AtomicReferenceArray<String> refArray = Atomics.newReferenceArray(array);
79 Atomics.newReferenceArray(null);
87 tester.testAllPublicConstructors(Atomics.class); // there aren't any
88 tester.testAllPublicStaticMethods(Atomics.class)
    [all...]
  /external/compiler-rt/test/tsan/
atomic_norace.cc 8 T atomics[kTestCount * 2]; variable
37 Test(i, &atomics[i], false);
42 Test(i, &atomics[kTestCount + i], false);
53 Test(i, &atomics[i], true);
56 Test(i, &atomics[kTestCount + i], true);
atomic_race.cc 8 T atomics[kTestCount * 2]; variable
37 Test(i, &atomics[i], false);
42 Test(i, &atomics[kTestCount + i], false);
53 Test(i, &atomics[i], true);
56 Test(i, &atomics[kTestCount + i], true);
  /external/libcxx/test/atomics/
Android.mk 17 test_makefile := external/libcxx/test/atomics/Android.mk
19 test_name := atomics/version
  /external/clang/test/CodeGen/
atomic_ops.c 7 // Check that multiply / divides on atomics produce a cmpxchg loop
x86_64-atomic-128.c 3 // All atomics up to 16 bytes should be emitted inline on x86_64. The
  /external/clang/test/CodeGenObjC/
property-aggregate.m 4 // not get native atomics, even though x86-64 can do unaligned atomics
  /external/llvm/test/CodeGen/R600/
private-memory-atomics.ll 3 ; This works because promote allocas pass replaces these with LDS atomics.
5 ; Private atomics have no real use, but at least shouldn't crash on it.
  /external/chromium_org/third_party/skia/src/ports/
SkAtomics_sync.h 11 /** GCC/Clang __sync based atomics. */
  /external/libcxxabi/src/
cxa_handlers.cpp 31 // Using of C++11 atomics this should be rewritten
56 // Using of C++11 atomics this should be rewritten
113 // Using of C++11 atomics this should be rewritten
122 // Using of C++11 atomics this should be rewritten
  /external/skia/src/ports/
SkAtomics_sync.h 11 /** GCC/Clang __sync based atomics. */
  /ndk/docs/text/
ANDROID-ATOMICS.text 1 ANDROID ATOMICS OPERATIONS
7 and uses any of the following functions defined in the `<sys/atomics.h>`
21 The `<sys/atomics.h>` header has been updated in NDK r7b. Simply recompiling
63 See the content of `platforms/android-3/arch-arm/usr/include/sys/atomics.h`

Completed in 378 milliseconds

1 2 3 4 5 6 7 8 910