Home
last modified time | relevance | path

Searched refs:atomic_load_explicit (Results 1 – 25 of 36) sorted by relevance

12

/third_party/elfutils/lib/
Ddynamicsizehash_concurrent.c51 hash = atomic_load_explicit(&htab->table[idx].hashval, in lookup()
68 hash = atomic_load_explicit(&htab->table[idx].hashval, in lookup()
87 hash = atomic_load_explicit(&htab->table[idx].hashval, in insert_helper()
110 hash = atomic_load_explicit(&htab->table[idx].hashval, in insert_helper()
129 hash = atomic_load_explicit(&htab->table[idx].hashval, in insert_helper()
152 hash = atomic_load_explicit(&htab->table[idx].hashval, in insert_helper()
212 while (atomic_load_explicit(&htab->num_initialized_blocks, in resize_helper()
228 TYPE val_ptr = (TYPE) atomic_load_explicit( in resize_helper()
234 HASHTYPE hashval = atomic_load_explicit( in resize_helper()
251 while (atomic_load_explicit(&htab->num_moved_blocks, in resize_helper()
[all …]
Dstdatomic-fbsd.h285 #define atomic_load_explicit(object, order) \ macro
310 #define atomic_load_explicit(object, order) \ macro
360 #define atomic_load_explicit(object, order) \ macro
393 atomic_load_explicit(object, memory_order_seq_cst)
/third_party/musl/porting/linux/user/src/hook/
Dmusl_preinit_common.h46 volatile bool g_flag = atomic_load_explicit(&__hook_enable_hook_flag, memory_order_acquire); in __get_global_hook_flag()
57 volatile bool memleak_flag = atomic_load_explicit(&__memleak_hook_flag, memory_order_acquire); in __get_memleak_hook_flag()
69 …volatile void* impl_handle = (void *)atomic_load_explicit(&ohos_malloc_hook_shared_library, memory… in __get_hook_flag()
90 …volatile void* impl_handle = (void *)atomic_load_explicit(&ohos_malloc_hook_shared_library, memory… in __set_hook_flag()
110 …volatile const struct MallocDispatchType* ret = (struct MallocDispatchType *)atomic_load_explicit(… in get_current_dispatch_table()
Dmusl_preinit.c455 …volatile void* shared_library_handle = (volatile void *)atomic_load_explicit(&ohos_malloc_hook_sha… in install_ohos_malloc_hook()
532 …volatile void* ohos_malloc_ever_handle = (volatile void* )atomic_load_explicit(&ohos_malloc_ever_s… in __install_malloc_hook()
538 …volatile void* shared_library_handle = (volatile void* )atomic_load_explicit(&ohos_malloc_hook_sha… in __install_malloc_hook()
549 …* so_dispatch_value = (volatile const struct MallocDispatchType* )atomic_load_explicit(&__musl_lib… in __install_malloc_hook()
579 …volatile void* memleak_ever_handle = (volatile void* )atomic_load_explicit(&memleak_ever_shared_li… in __install_memleak_tracker_hook()
585 …volatile void* shared_library_handle = (volatile void* )atomic_load_explicit(&ohos_malloc_hook_sha… in __install_memleak_tracker_hook()
601 …r_so_dispatch_value = (volatile const struct MallocDispatchType* )atomic_load_explicit(&__musl_lib… in __install_memleak_tracker_hook()
Dmalloc_common.c12 …onst struct MallocDispatchType* dispatch_table = (struct MallocDispatchType *)atomic_load_explicit( in malloc()
31 …onst struct MallocDispatchType* dispatch_table = (struct MallocDispatchType *)atomic_load_explicit( in free()
Dmemory_trace.c10 …onst struct MallocDispatchType* dispatch_table = (struct MallocDispatchType *)atomic_load_explicit( in memtrace()
/third_party/openssl/ohos_lite/include/internal/
Dtsan_assist.h57 # define tsan_load(ptr) atomic_load_explicit((ptr), memory_order_relaxed)
61 # define tsan_ld_acq(ptr) atomic_load_explicit((ptr), memory_order_acquire)
/third_party/openssl/include/internal/
Dtsan_assist.h57 # define tsan_load(ptr) atomic_load_explicit((ptr), memory_order_relaxed)
61 # define tsan_ld_acq(ptr) atomic_load_explicit((ptr), memory_order_acquire)
/third_party/mesa3d/src/virtio/vulkan/
Dvn_ring.c21 return atomic_load_explicit(ring->shared.head, memory_order_acquire); in vn_ring_load_head()
38 return atomic_load_explicit(ring->shared.status, memory_order_seq_cst); in vn_ring_load_status()
268 atomic_load_explicit(ring->shared.tail, memory_order_relaxed); in vn_ring_wait_all()
Dvn_common.h213 return atomic_load_explicit(&ref->count, memory_order_relaxed); in vn_refcount_load_relaxed()
/third_party/skia/third_party/externals/tint/test/intrinsics/gen/atomicLoad/
D0806ad.wgsl.expected.msl9 int res = atomic_load_explicit(&((*(tint_symbol)).arg_0), memory_order_relaxed);
Dfe6cc3.wgsl.expected.msl9 uint res = atomic_load_explicit(&((*(tint_symbol)).arg_0), memory_order_relaxed);
Dafcc03.wgsl.expected.msl5 int res = atomic_load_explicit(tint_symbol, memory_order_relaxed);
D361bf1.wgsl.expected.msl5 uint res = atomic_load_explicit(tint_symbol, memory_order_relaxed);
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/asm/comp/
Datomic-load-store.asm.comp19 uint _20 = atomic_load_explicit((device atomic_uint*)&_5.b, memory_order_relaxed);
/third_party/skia/third_party/externals/tint/test/bug/tint/
D1113.wgsl.expected.msl87 uint b53 = atomic_load_explicit(&((*(tint_symbol_4)).values[0]), memory_order_relaxed);
90 int g55 = atomic_load_explicit(&((*(tint_symbol_7)).values[0]), memory_order_relaxed);
129 …uint numTriangles = atomic_load_explicit(&((*(tint_symbol_22)).values[voxelIndex]), memory_order_r…
D993.wgsl.expected.msl18 …return atomic_load_explicit(&((*(tint_symbol_1)).data.arr[(0u + uint((*(tint_symbol_2)).zero))]), …
/third_party/ffmpeg/libavcodec/
Dpthread_frame.c494 switch (atomic_load_explicit(&p->state, memory_order_acquire)) { in submit_packet()
570 while (atomic_load_explicit(&p->state, memory_order_relaxed) != STATE_INPUT_READY) in ff_thread_decode_frame()
612 atomic_load_explicit(&progress[field], memory_order_relaxed) >= n) in ff_thread_report_progress()
617 if (atomic_load_explicit(&p->debug_threads, memory_order_relaxed)) in ff_thread_report_progress()
635 atomic_load_explicit(&progress[field], memory_order_acquire) >= n) in ff_thread_await_progress()
640 if (atomic_load_explicit(&p->debug_threads, memory_order_relaxed)) in ff_thread_await_progress()
645 while (atomic_load_explicit(&progress[field], memory_order_relaxed) < n) in ff_thread_await_progress()
/third_party/skia/third_party/externals/tint/test/bug/chromium/
D1273230.wgsl.expected.msl115 uint b53 = atomic_load_explicit(&((*(tint_symbol_4)).values[0]), memory_order_relaxed);
118 int g55 = atomic_load_explicit(&((*(tint_symbol_7)).values[0]), memory_order_relaxed);
/third_party/ffmpeg/compat/atomics/gcc/
Dstdatomic.h98 #define atomic_load_explicit(object, order) \ macro
/third_party/ffmpeg/compat/atomics/dummy/
Dstdatomic.h96 #define atomic_load_explicit(object, order) \ macro
/third_party/ffmpeg/compat/atomics/pthread/
Dstdatomic.h110 #define atomic_load_explicit(object, order) \ macro
/third_party/ffmpeg/compat/atomics/suncc/
Dstdatomic.h98 #define atomic_load_explicit(object, order) \ macro
/third_party/ffmpeg/compat/atomics/win32/
Dstdatomic.h95 #define atomic_load_explicit(object, order) \ macro
/third_party/python/Include/internal/
Dpycore_atomic.h63 atomic_load_explicit(&((ATOMIC_VAL)->_value), ORDER)

12