/third_party/elfutils/lib/ |
D | dynamicsizehash_concurrent.c | 51 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 …]
|
D | stdatomic-fbsd.h | 285 #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/ |
D | musl_preinit_common.h | 46 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()
|
D | musl_preinit.c | 455 …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()
|
D | malloc_common.c | 12 …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()
|
D | memory_trace.c | 10 …onst struct MallocDispatchType* dispatch_table = (struct MallocDispatchType *)atomic_load_explicit( in memtrace()
|
/third_party/openssl/ohos_lite/include/internal/ |
D | tsan_assist.h | 57 # 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/ |
D | tsan_assist.h | 57 # 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/ |
D | vn_ring.c | 21 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()
|
D | vn_common.h | 213 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/ |
D | 0806ad.wgsl.expected.msl | 9 int res = atomic_load_explicit(&((*(tint_symbol)).arg_0), memory_order_relaxed);
|
D | fe6cc3.wgsl.expected.msl | 9 uint res = atomic_load_explicit(&((*(tint_symbol)).arg_0), memory_order_relaxed);
|
D | afcc03.wgsl.expected.msl | 5 int res = atomic_load_explicit(tint_symbol, memory_order_relaxed);
|
D | 361bf1.wgsl.expected.msl | 5 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/ |
D | atomic-load-store.asm.comp | 19 uint _20 = atomic_load_explicit((device atomic_uint*)&_5.b, memory_order_relaxed);
|
/third_party/skia/third_party/externals/tint/test/bug/tint/ |
D | 1113.wgsl.expected.msl | 87 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…
|
D | 993.wgsl.expected.msl | 18 …return atomic_load_explicit(&((*(tint_symbol_1)).data.arr[(0u + uint((*(tint_symbol_2)).zero))]), …
|
/third_party/ffmpeg/libavcodec/ |
D | pthread_frame.c | 494 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/ |
D | 1273230.wgsl.expected.msl | 115 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/ |
D | stdatomic.h | 98 #define atomic_load_explicit(object, order) \ macro
|
/third_party/ffmpeg/compat/atomics/dummy/ |
D | stdatomic.h | 96 #define atomic_load_explicit(object, order) \ macro
|
/third_party/ffmpeg/compat/atomics/pthread/ |
D | stdatomic.h | 110 #define atomic_load_explicit(object, order) \ macro
|
/third_party/ffmpeg/compat/atomics/suncc/ |
D | stdatomic.h | 98 #define atomic_load_explicit(object, order) \ macro
|
/third_party/ffmpeg/compat/atomics/win32/ |
D | stdatomic.h | 95 #define atomic_load_explicit(object, order) \ macro
|
/third_party/python/Include/internal/ |
D | pycore_atomic.h | 63 atomic_load_explicit(&((ATOMIC_VAL)->_value), ORDER)
|