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

1 23

  /frameworks/base/core/jni/
android_util_Binder.cpp 32 #include <utils/Atomic.h>
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 354 bool Atomic, bool UseNsIosOnlyMacro,
362 } else if (!Atomic) {
    [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
ASTContext.cpp     [all...]
TypePrinter.cpp 191 case Type::Atomic:
    [all...]
ItaniumMangle.cpp 877 case Type::Atomic:
    [all...]
ASTImporter.cpp     [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_atomic.cc 14 // ThreadSanitizer atomic operations are based on C++11/C1x standards.
39 return Atomic##func(thr, pc, __VA_ARGS__); \
55 // Protects emulation of 128-bit atomic operations.
59 // http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/atomic?view=markup
166 // clang does not support 128-bit atomic ops.
167 // Atomic ops are executed under tsan internal mutex,
168 // here we assume that the atomic variables are not accessed
289 // Assume the access is atomic.
320 // Assume the access is atomic.
  /external/lldb/source/Symbol/
ClangASTType.cpp     [all...]
  /frameworks/base/libs/androidfw/
AssetManager.cpp 31 #include <utils/Atomic.h>
    [all...]
ResourceTypes.cpp 23 #include <utils/Atomic.h>
    [all...]
  /frameworks/native/services/sensorservice/
SensorService.cpp 28 #include <utils/Atomic.h>
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp     [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaLookup.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp 628 // ... if the lvalue has atomic type, the value has the non-atomic version
630 if (const AtomicType *Atomic = T->getAs<AtomicType>()) {
631 T = Atomic->getValueType().getUnqualifiedType();
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp     [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 36 #include <utils/Atomic.h>
    [all...]
  /hardware/invensense/60xx/libsensors_iio/
MPLSensor.cpp 37 #include <utils/Atomic.h>
    [all...]
  /hardware/invensense/6515/libsensors_iio/
MPLSensor.cpp 39 #include <utils/Atomic.h>
    [all...]
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp 39 #include <utils/Atomic.h>
    [all...]
  /external/chromium-trace/
script.js     [all...]

Completed in 1542 milliseconds

1 23