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

1 23 4 5 6

  /hardware/akm/AK8975_FS/libsensors/
sensors.cpp 31 #include <utils/Atomic.h>
  /system/libhwbinder/
ProcessState.cpp 24 #include <utils/Atomic.h>
  /art/runtime/base/
mutex.cc 24 #include "atomic.h"
37 static Atomic<Locks::ClientCallback*> safe_to_call_abort_callback(nullptr);
77 Atomic<const BaseMutex*> Locks::expected_mutexes_on_weak_ref_access_guard_;
81 Atomic<const BaseMutex*> all_mutexes_guard;
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_atomic.cc 14 // ThreadSanitizer atomic operations are based on C++11/C1x standards.
32 // Protects emulation of 128-bit atomic operations.
101 // clang does not support 128-bit atomic ops.
102 // Atomic ops are executed under tsan internal mutex,
103 // here we assume that the atomic variables are not accessed
227 // Assume the access is atomic.
258 // Assume the access is atomic.
462 return Atomic##func(thr, pc, __VA_ARGS__); \
852 #define ATOMIC(func, ...) \
857 Atomic##func(thr, pc, __VA_ARGS__);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_build.c 113 declaration.Atomic = 0;
130 unsigned atomic,
148 declaration.Atomic = atomic;
418 full_decl->Declaration.Atomic,
    [all...]
  /art/compiler/driver/
compiler_driver.h 195 // The last operation in the above example acts as an atomic release
492 Atomic<size_t> non_relative_linker_patch_count_;
  /art/runtime/jdwp/
jdwp.h 20 #include "atomic.h"
265 /* atomic ops to get next serial number */
383 Atomic<int64_t> last_activity_time_ms_;
  /hardware/invensense/6515/libsensors_iio/
sensors_mpl.cpp 33 #include <utils/Atomic.h>
  /hardware/invensense/65xx/libsensors_iio/
sensors_mpl.cpp 30 #include <utils/Atomic.h>
  /prebuilts/go/darwin-x86/src/cmd/vet/
doc.go 51 Atomic mistakes
53 Flag: -atomic
55 Common mistaken usages of the sync/atomic package.
  /prebuilts/go/linux-x86/src/cmd/vet/
doc.go 51 Atomic mistakes
53 Flag: -atomic
55 Common mistaken usages of the sync/atomic package.
  /art/runtime/
art_method-inl.h 83 return reinterpret_cast<Atomic<GcRoot<mirror::Class>>*>(&declaring_class_)->
  /art/runtime/gc/collector/
concurrent_copying.cc 350 reinterpret_cast<Atomic<size_t>*>(&concurrent_copying_->from_space_num_objects_at_first_pause_)->
645 // the result of the atomic set.
    [all...]
  /device/google/dragon/sensor_hub/
sensors.cpp 28 #include <utils/Atomic.h>
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 156 // Strip off atomic type sugar.
619 case Type::Atomic: {
  /frameworks/base/libs/androidfw/
Asset.cpp 29 #include <utils/Atomic.h>
  /frameworks/native/services/sensorservice/
SensorDevice.cpp 21 #include <utils/Atomic.h>
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.h 32 #include <utils/Atomic.h>
752 std::atomic<bool> mRefreshPending{false};
774 std::atomic<nsecs_t> mLastSwapTime;
807 std::atomic<bool> mVrFlingerRequestsDisplay;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/mips/
prog.go 114 // Atomic
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
AMD64Ops.go     [all...]
S390XOps.go 424 // Atomic loads. These are just normal loads but return <value,memory> tuples
430 // Atomic stores. These are just normal stores.
435 // Atomic adds.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/mips/
prog.go 114 // Atomic
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
AMD64Ops.go     [all...]
S390XOps.go 424 // Atomic loads. These are just normal loads but return <value,memory> tuples
430 // Atomic stores. These are just normal stores.
435 // Atomic adds.
    [all...]
  /art/runtime/gc/
heap.cc     [all...]

Completed in 1762 milliseconds

1 23 4 5 6