/external/harfbuzz_ng/win32/ |
config.h.win32.in | 83 /* Have Solaris __machine_*_barrier and atomic_* operations */
|
/external/jemalloc/include/jemalloc/internal/ |
stats.h | 127 size_t metadata_allocated; /* Protected via atomic_*_z(). */
|
/frameworks/av/media/libstagefright/include/ |
ACodecBufferChannel.h | 124 // These should only be accessed via std::atomic_* functions.
|
/external/v8/src/libsampler/ |
sampler.cc | 169 : atomic_(atomic), is_success_(false) { 172 USE(atomic_->Value()); 173 is_success_ = atomic_->TrySetValue(false, true); 181 atomic_->SetValue(false); 185 AtomicMutex* const atomic_; member in class:v8::sampler::__anon36057::AtomicGuard
|
/external/spirv-llvm/lib/SPIRV/Mangler/ |
ParameterType.cpp | 162 myName << "atomic_" << getBaseType()->toString();
|
/external/spirv-llvm/lib/SPIRV/ |
OCLUtil.h | 144 const static char AtomicPrefix[] = "atomic_"; 509 #define _SPIRV_OP(x,y) add("atomic_"#x, Op##y);
|
SPIRVToOCL20.cpp | 87 /// Transform __spirv_Atomic* to atomic_*. 89 /// atomic_*(atomic_op, ops, ..., order(sema), map(scope)) 121 /// Translate mangled atomic type name: "atomic_" =>
|
OCL20ToSPIRV.cpp | 129 /// Transform atomic_* to __spirv_Atomic*. 679 else if (Stem.startswith("atomic_")) 680 Stem = Stem.drop_front(strlen("atomic_")); 714 Info.UniqName = "atomic_" + Prefix + Sign + Stem.str() + Postfix; 733 if (Stem.startswith("atomic_")) 734 Stem = Stem.drop_front(strlen("atomic_")); 769 Info.UniqName = std::string("atomic_") + NewStem; [all...] |
SPIRVInternal.h | 320 const static char AtomicPrefixInternal[] = "atomic_"; [all...] |
/external/ltp/testcases/realtime/include/ |
librttest.h | 34 * 2006-May-08: Added atomic_{inc,set,get}, thread struct, debug function,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
atomic_base.h | 327 // For each of the integral types, define atomic_[integral type] struct
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
atomic_base.h | 327 // For each of the integral types, define atomic_[integral type] struct
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
atomic_base.h | 327 // For each of the integral types, define atomic_[integral type] struct
|
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
atomic_base.h | 331 // For each of the integral types, define atomic_[integral type] struct
|
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
atomic_base.h | 331 // For each of the integral types, define atomic_[integral type] struct
|
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
atomic_base.h | 331 // For each of the integral types, define atomic_[integral type] struct
|
/external/clang/lib/Frontend/ |
InitPreprocessor.cpp | 290 /// Get the value the ATOMIC_*_LOCK_FREE macro should have for a type with [all...] |
/external/harfbuzz_ng/ |
configure.ac | 475 AC_DEFINE(HAVE_SOLARIS_ATOMIC_OPS, 1, [Have Solaris __machine_*_barrier and atomic_* operations])
|
/external/ltp/testcases/realtime/lib/ |
librttest.c | 34 * 2006-May-08: Added atomic_{inc,set,get}, thread struct, debug function,
|
/external/llvm/docs/ |
Atomics.rst | 407 Atomic operations are represented in the SelectionDAG with ``ATOMIC_*`` opcodes.
|
/external/swiftshader/third_party/LLVM/docs/ |
Atomics.html | 509 <code>ATOMIC_*</code> opcodes. On architectures which use barrier
|
/external/clang/lib/CodeGen/ |
CGAtomic.cpp | [all...] |
/external/jemalloc/ |
ChangeLog | 461 - Fix latent bugs in atomic_*(). [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
MipsInstrInfo.td | 566 !strconcat("atomic_", Opstr, "\t$dst, $ptr, $incr"),
[all...] |
/external/llvm/lib/Target/XCore/ |
XCoreISelLowering.cpp | 155 // We request a fence for ATOMIC_* instructions, to reduce them to Monotonic. [all...] |