/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/src/hook/linux/ |
D | musl_preinit_common.h | 63 volatile bool g_flag = atomic_load_explicit(&__hook_enable_hook_flag, memory_order_acquire); in __get_global_hook_flag() 74 volatile bool memleak_flag = atomic_load_explicit(&__memleak_hook_flag, memory_order_acquire); in __get_memleak_hook_flag() 86 …volatile void* impl_handle = (void *)atomic_load_explicit(&ohos_malloc_hook_shared_library, memory… in __get_hook_flag() 107 …volatile void* impl_handle = (void *)atomic_load_explicit(&ohos_malloc_hook_shared_library, memory… in __set_hook_flag() 127 …volatile const struct MallocDispatchType* ret = (struct MallocDispatchType *)atomic_load_explicit(… in get_current_dispatch_table() 149 …volatile void* impl_handle = (void*)atomic_load_explicit(&ohos_malloc_hook_shared_library, memory_… in __send_hook_misc_data() 169 …volatile void* impl_handle = (void*)atomic_load_explicit(&ohos_malloc_hook_shared_library, memory_… in __get_hook_config()
|
D | musl_preinit.c | 473 …volatile void* shared_library_handle = (volatile void *)atomic_load_explicit(&ohos_malloc_hook_sha… in install_ohos_malloc_hook() 550 …volatile void* ohos_malloc_ever_handle = (volatile void*)atomic_load_explicit(&ohos_malloc_ever_sh… in __install_malloc_hook() 556 …volatile void* shared_library_handle = (volatile void*)atomic_load_explicit(&ohos_malloc_hook_shar… in __install_malloc_hook() 567 …e* so_dispatch_value = (volatile const struct MallocDispatchType*)atomic_load_explicit(&__musl_lib… in __install_malloc_hook() 582 if (!atomic_load_explicit(&__hook_enable_hook_flag, memory_order_acquire)) { in __uninstal_malloc_hook() 602 …volatile void* memleak_ever_handle = (volatile void*)atomic_load_explicit(&memleak_ever_shared_lib… in __install_memleak_tracker_hook() 608 …volatile void* shared_library_handle = (volatile void*)atomic_load_explicit(&ohos_malloc_hook_shar… in __install_memleak_tracker_hook() 624 …er_so_dispatch_value = (volatile const struct MallocDispatchType*)atomic_load_explicit(&__musl_lib… in __install_memleak_tracker_hook()
|
D | malloc_common.c | 41 …onst struct MallocDispatchType* dispatch_table = (struct MallocDispatchType *)atomic_load_explicit( in malloc() 69 …onst struct MallocDispatchType* dispatch_table = (struct MallocDispatchType *)atomic_load_explicit( in free()
|
D | memory_trace.c | 25 …onst struct MallocDispatchType* dispatch_table = (struct MallocDispatchType *)atomic_load_explicit( in memtrace()
|
/third_party/musl/porting/linux/user/src/hook/ |
D | musl_preinit_common.h | 48 volatile bool g_flag = atomic_load_explicit(&__hook_enable_hook_flag, memory_order_acquire); in __get_global_hook_flag() 59 volatile bool memleak_flag = atomic_load_explicit(&__memleak_hook_flag, memory_order_acquire); in __get_memleak_hook_flag() 71 …volatile void* impl_handle = (void *)atomic_load_explicit(&ohos_malloc_hook_shared_library, memory… in __get_hook_flag() 92 …volatile void* impl_handle = (void *)atomic_load_explicit(&ohos_malloc_hook_shared_library, memory… in __set_hook_flag() 112 …volatile const struct MallocDispatchType* ret = (struct MallocDispatchType *)atomic_load_explicit(… in get_current_dispatch_table() 134 …volatile void* impl_handle = (void*)atomic_load_explicit(&ohos_malloc_hook_shared_library, memory_… in __send_hook_misc_data() 154 …volatile void* impl_handle = (void*)atomic_load_explicit(&ohos_malloc_hook_shared_library, memory_… in __get_hook_config()
|
D | musl_preinit.c | 458 …volatile void* shared_library_handle = (volatile void *)atomic_load_explicit(&ohos_malloc_hook_sha… in install_ohos_malloc_hook() 535 …volatile void* ohos_malloc_ever_handle = (volatile void* )atomic_load_explicit(&ohos_malloc_ever_s… in __install_malloc_hook() 541 …volatile void* shared_library_handle = (volatile void* )atomic_load_explicit(&ohos_malloc_hook_sha… in __install_malloc_hook() 552 …* so_dispatch_value = (volatile const struct MallocDispatchType* )atomic_load_explicit(&__musl_lib… in __install_malloc_hook() 567 if (!atomic_load_explicit(&__hook_enable_hook_flag, memory_order_acquire)) { in __uninstal_malloc_hook() 587 …volatile void* memleak_ever_handle = (volatile void* )atomic_load_explicit(&memleak_ever_shared_li… in __install_memleak_tracker_hook() 593 …volatile void* shared_library_handle = (volatile void* )atomic_load_explicit(&ohos_malloc_hook_sha… in __install_memleak_tracker_hook() 609 …r_so_dispatch_value = (volatile const struct MallocDispatchType* )atomic_load_explicit(&__musl_lib… in __install_memleak_tracker_hook()
|
D | malloc_common.c | 26 …onst struct MallocDispatchType* dispatch_table = (struct MallocDispatchType *)atomic_load_explicit( in malloc() 54 …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/node/deps/v8/src/base/ |
D | atomicops.h | 226 return std::atomic_load_explicit(helper::to_std_atomic_const(ptr), in Relaxed_Load() 231 return std::atomic_load_explicit(helper::to_std_atomic_const(ptr), in Relaxed_Load() 236 return std::atomic_load_explicit(helper::to_std_atomic_const(ptr), in Relaxed_Load() 241 return std::atomic_load_explicit(helper::to_std_atomic_const(ptr), in Acquire_Load() 246 return std::atomic_load_explicit(helper::to_std_atomic_const(ptr), in Acquire_Load() 251 return std::atomic_load_explicit(helper::to_std_atomic_const(ptr), in SeqCst_Load() 256 return std::atomic_load_explicit(helper::to_std_atomic_const(ptr), in SeqCst_Load() 330 return std::atomic_load_explicit(helper::to_std_atomic_const(ptr), in Relaxed_Load() 335 return std::atomic_load_explicit(helper::to_std_atomic_const(ptr), in Acquire_Load() 340 return std::atomic_load_explicit(helper::to_std_atomic_const(ptr), in SeqCst_Load()
|
/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/node/deps/openssl/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()
|
/third_party/ffmpeg/libavutil/ |
D | mem.c | 100 if (size > atomic_load_explicit(&max_alloc_size, memory_order_relaxed)) in av_malloc() 156 if (size > atomic_load_explicit(&max_alloc_size, memory_order_relaxed)) in av_realloc() 512 max_size = atomic_load_explicit(&max_alloc_size, memory_order_relaxed); in av_fast_realloc() 546 max_size = atomic_load_explicit(&max_alloc_size, memory_order_relaxed); in fast_malloc()
|
/third_party/ffmpeg/libavcodec/ |
D | pthread_frame.c | 498 switch (atomic_load_explicit(&p->state, memory_order_acquire)) { in submit_packet() 574 while (atomic_load_explicit(&p->state, memory_order_relaxed) != STATE_INPUT_READY) in ff_thread_decode_frame() 616 atomic_load_explicit(&progress[field], memory_order_relaxed) >= n) in ff_thread_report_progress() 621 if (atomic_load_explicit(&p->debug_threads, memory_order_relaxed)) in ff_thread_report_progress() 639 atomic_load_explicit(&progress[field], memory_order_acquire) >= n) in ff_thread_await_progress() 644 if (atomic_load_explicit(&p->debug_threads, memory_order_relaxed)) in ff_thread_await_progress() 649 while (atomic_load_explicit(&progress[field], memory_order_relaxed) < n) in ff_thread_await_progress()
|
/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/skia/third_party/externals/tint/test/intrinsics/gen/atomicLoad/ |
D | fe6cc3.wgsl.expected.msl | 9 uint res = atomic_load_explicit(&((*(tint_symbol)).arg_0), memory_order_relaxed);
|
D | 0806ad.wgsl.expected.msl | 9 int 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/curl/lib/ |
D | easy_lock.h | 78 while(atomic_load_explicit(lock, memory_order_relaxed)) { in curl_simple_lock_lock()
|