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

  /external/compiler-rt/lib/tsan/lit_tests/
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/clang/lib/CodeGen/
CGAtomic.cpp 669 // Emit all the different atomics
734 AtomicInfo atomics(*this, src);
737 if (atomics.shouldUseLibcall()) {
740 assert(atomics.getEvaluationKind() == TEK_Aggregate);
743 tempAddr = CreateMemTemp(atomics.getAtomicType(), "atomic-load-temp");
748 args.add(RValue::get(atomics.getAtomicSizeValue()),
760 return atomics.convertTempToRValue(tempAddr, resultSlot);
764 llvm::Value *addr = atomics.emitCastToAtomicIntPointer(src.getAddress());
776 QualType valueType = atomics.getValueType();
780 if (atomics.getEvaluationKind() == TEK_Aggregate && resultSlot.isIgnored()
    [all...]
  /bionic/libstdc++/src/
one_time_construction.cpp 6 #include <sys/atomics.h>
  /bionic/libc/bionic/
system_properties_compat.c 38 #include <sys/atomics.h>
semaphore.c 31 #include <sys/atomics.h>
pthread_debug.cpp 30 #include <sys/atomics.h>
system_properties.c 52 #include <sys/atomics.h>
pthread.c 33 #include <sys/atomics.h>
    [all...]
  /system/core/toolbox/
watchprops.c 9 #include <sys/atomics.h>
  /frameworks/av/media/libstagefright/
MediaBuffer.cpp 30 #include <sys/atomics.h>
  /development/ndk/sources/android/libportable/arch-mips/
filefd.c 26 #include <sys/atomics.h>
  /system/core/init/
property_service.c 41 #include <sys/atomics.h>
  /frameworks/av/services/audioflinger/
FastMixer.cpp 29 #include <sys/atomics.h>
    [all...]
  /bionic/linker/
linker.cpp 37 #include <sys/atomics.h>
    [all...]

Completed in 4332 milliseconds