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

1 2

  /external/compiler-rt/test/tsan/
atomic_norace.cc 6 T atomics[kTestCount * 2]; variable
35 Test(i, &atomics[i], false);
41 Test(i, &atomics[kTestCount + i], false);
53 Test(i, &atomics[i], true);
56 Test(i, &atomics[kTestCount + i], true);
atomic_race.cc 6 T atomics[kTestCount * 2]; variable
35 Test(i, &atomics[i], false);
41 Test(i, &atomics[kTestCount + i], false);
53 Test(i, &atomics[i], true);
56 Test(i, &atomics[kTestCount + i], true);
  /prebuilts/go/darwin-x86/test/
intrinsic_atomic.go 14 func atomics() { func
  /prebuilts/go/linux-x86/test/
intrinsic_atomic.go 14 func atomics() { func
  /prebuilts/go/darwin-x86/src/runtime/internal/atomic/
atomic_test.go 81 // Unaligned 64-bit atomics on 32-bit systems are
91 // amd64p32 can handle unaligned atomics.
  /prebuilts/go/linux-x86/src/runtime/internal/atomic/
atomic_test.go 81 // Unaligned 64-bit atomics on 32-bit systems are
91 // amd64p32 can handle unaligned atomics.
  /external/clang/lib/CodeGen/
CGAtomic.cpp 456 // Emit all the different atomics
766 // The inlined atomics only function on iN types, where N is a power of 2. We
770 AtomicInfo Atomics(*this, AtomicVal);
772 Ptr = Atomics.emitCastToAtomicIntPointer(Ptr);
773 if (Val1.isValid()) Val1 = Atomics.convertToAtomicIntPointer(Val1);
774 if (Val2.isValid()) Val2 = Atomics.convertToAtomicIntPointer(Val2);
776 Dest = Atomics.emitCastToAtomicIntPointer(Dest);
780 Dest = Atomics.emitCastToAtomicIntPointer(Atomics.CreateTempAlloca());
    [all...]
  /external/v8/
Android.v8gen.mk 33 src/js/harmony-atomics.js
Android.v8.mk 379 src/runtime/runtime-atomics.cc \
  /prebuilts/go/darwin-x86/src/runtime/
atomic_pointer.go 16 // Instead, these are wrappers around the actual atomics (casp1 and so on)
profbuf.go 39 // and rNext is only used by the reader, so it can be accessed without atomics.
554 // goroutine and uses atomics to write the updated queue indices,
556 // atomics to read those queue indices.
mgcsweepbuf.go 128 // pop, so we can omit the atomics.
iface.go 609 // so no other locks/atomics needed.
proc.go 903 // (from the previous loop iteration), don't bother with the atomics.
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue18902b.go 62 _ uint32 // align uint64 fields on 32-bit for atomics
  /prebuilts/go/linux-x86/src/runtime/
atomic_pointer.go 16 // Instead, these are wrappers around the actual atomics (casp1 and so on)
profbuf.go 39 // and rNext is only used by the reader, so it can be accessed without atomics.
554 // goroutine and uses atomics to write the updated queue indices,
556 // atomics to read those queue indices.
mgcsweepbuf.go 128 // pop, so we can omit the atomics.
iface.go 609 // so no other locks/atomics needed.
proc.go 903 // (from the previous loop iteration), don't bother with the atomics.
    [all...]
  /prebuilts/go/linux-x86/test/fixedbugs/
issue18902b.go 62 _ uint32 // align uint64 fields on 32-bit for atomics
  /prebuilts/go/darwin-x86/src/sync/atomic/
atomic_test.go     [all...]
  /prebuilts/go/linux-x86/src/sync/atomic/
atomic_test.go     [all...]
  /prebuilts/go/darwin-x86/src/runtime/pprof/
pprof_test.go 877 // 64bit atomics' critical section. Used to happen on mips{,le}. See #20146.
  /prebuilts/go/linux-x86/src/runtime/pprof/
pprof_test.go 877 // 64bit atomics' critical section. Used to happen on mips{,le}. See #20146.

Completed in 658 milliseconds

1 2