HomeSort by relevance Sort by last modified time
    Searched defs:atomic (Results 51 - 75 of 159) sorted by null

1 23 4 5 6 7

  /prebuilts/go/darwin-x86/src/sync/atomic/
doc.go 5 // Package atomic provides low-level atomic memory primitives
14 // The swap operation, implemented by the SwapT functions, is the atomic
22 // functions, is the atomic equivalent of:
30 // The add operation, implemented by the AddT functions, is the atomic
37 // functions, are the atomic equivalents of "return *addr" and
40 package atomic package
148 panic("sync/atomic: broken 64-bit atomic operations (buggy QEMU)")
  /prebuilts/go/linux-x86/src/sync/atomic/
doc.go 5 // Package atomic provides low-level atomic memory primitives
14 // The swap operation, implemented by the SwapT functions, is the atomic
22 // functions, is the atomic equivalent of:
30 // The add operation, implemented by the AddT functions, is the atomic
37 // functions, are the atomic equivalents of "return *addr" and
40 package atomic package
148 panic("sync/atomic: broken 64-bit atomic operations (buggy QEMU)")
  /external/compiler-rt/lib/tsan/rtl/
tsan_report.h 58 bool atomic; member in struct:__tsan::ReportMop
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixLogarithm.h 262 * \brief Helper class for computing matrix logarithm of atomic matrices.
264 * Here, an atomic matrix is a triangular matrix whose diagonal entries are close to each other.
272 /** \brief Compute matrix logarithm of atomic matrix
273 * \param[in] A argument of matrix logarithm, should be upper triangular and atomic
340 AtomicType atomic; local
342 internal::matrix_function_compute<typename DerivedEvalTypeClean::PlainObject>::run(m_A, atomic, result);
  /external/icu/icu4c/source/i18n/
regexcmp.h 78 atomic = -3, enumerator in enum:RegexCompile::EParenClass
  /external/mesa3d/src/compiler/nir/
nir_lower_io.c 291 unreachable("Invalid atomic");
294 nir_intrinsic_instr *atomic = local
297 nir_intrinsic_set_base(atomic, var->data.driver_location);
299 atomic->src[0] = nir_src_for_ssa(offset);
301 nir_src_copy(&atomic->src[i+1], &intrin->src[i], atomic);
304 return atomic;
  /libcore/ojluni/src/main/java/java/util/concurrent/atomic/
AtomicIntegerArray.java 36 package java.util.concurrent.atomic;
43 * See the {@link java.util.concurrent.atomic} package
44 * specification for description of the properties of atomic
AtomicLongArray.java 36 package java.util.concurrent.atomic;
43 * See the {@link java.util.concurrent.atomic} package specification
44 * for description of the properties of atomic variables.
AtomicLongFieldUpdater.java 36 package java.util.concurrent.atomic;
50 * A reflection-based utility that enables atomic updates to
52 * This class is designed for use in atomic data structures in which
53 * several fields of the same node are independently subject to atomic
57 * method in this class are weaker than in other atomic classes.
59 * are appropriate for purposes of atomic access, it can
103 * expected value. This method is guaranteed to be atomic with respect to
119 * expected value. This method is guaranteed to be atomic with respect to
Striped64.java 36 package java.util.concurrent.atomic;
61 * other. But Atomic objects residing in arrays will tend to be
  /bionic/libc/kernel/uapi/rdma/
rdma_user_rxe.h 65 } atomic; member in union:rxe_send_wr::__anon1351
vmw_pvrdma-abi.h 190 } atomic; member in union:pvrdma_sq_wqe_hdr::__anon1358
ib_user_verbs.h 639 } atomic; member in union:ib_uverbs_send_wr::__anon1304
  /external/clang/test/SemaCXX/
MicrosoftCompatibility.cpp 19 struct atomic : _Atomic<T> { struct in inherits:_Atomic
  /external/kernel-headers/original/uapi/rdma/
rdma_user_rxe.h 85 } atomic; member in union:rxe_send_wr::__anon23559
vmw_pvrdma-abi.h 179 /* PVRDMA masked atomic compare and swap */
187 /* PVRDMA masked atomic fetch and add */
245 } atomic; member in union:pvrdma_sq_wqe_hdr::__anon23566
ib_user_verbs.h 783 } atomic; member in union:ib_uverbs_send_wr::__anon23512
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lgc.c 999 static l_mem atomic (lua_State *L) { function
1036 return work; /* estimate of memory marked by 'atomic' */
    [all...]
  /external/libdrm/
xf86drmMode.c 1374 struct drm_mode_atomic atomic = { 0 }; local
1615 struct drm_mode_atomic atomic; local
    [all...]
  /external/syslinux/com32/lua/src/
lgc.c 999 static l_mem atomic (lua_State *L) { function
1036 return work; /* estimate of memory marked by 'atomic' */
    [all...]
  /external/mesa3d/src/compiler/spirv/
spirv_to_nir.c 2047 nir_intrinsic_instr *atomic; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ureg.c 173 bool atomic; member in struct:ureg_program::__anon29423
778 bool atomic)
789 ureg->buffer[i].atomic = atomic;
    [all...]
  /libcore/luni/src/module/java/
module-info.java 52 exports java.util.concurrent.atomic;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rdma/
ib_user_verbs.h 584 } atomic; member in union:ib_uverbs_send_wr::__anon62973
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
GlslangToSpv.cpp 1484 bool atomic = false; local
    [all...]

Completed in 612 milliseconds

1 23 4 5 6 7