Home
last modified time | relevance | path

Searched refs:atomic_load_explicit (Results 1 – 25 of 46) 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/src/hook/linux/
Dmusl_preinit_common.h63 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()
Dmusl_preinit.c473 …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()
Dmalloc_common.c41 …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()
Dmemory_trace.c25 …onst struct MallocDispatchType* dispatch_table = (struct MallocDispatchType *)atomic_load_explicit( in memtrace()
/third_party/musl/porting/linux/user/src/hook/
Dmusl_preinit_common.h48 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()
Dmusl_preinit.c458 …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()
Dmalloc_common.c26 …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()
Dmemory_trace.c10 …onst struct MallocDispatchType* dispatch_table = (struct MallocDispatchType *)atomic_load_explicit( in memtrace()
/third_party/node/deps/v8/src/base/
Datomicops.h226 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/
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/node/deps/openssl/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()
/third_party/ffmpeg/libavutil/
Dmem.c100 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/
Dpthread_frame.c498 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/
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/skia/third_party/externals/tint/test/intrinsics/gen/atomicLoad/
Dfe6cc3.wgsl.expected.msl9 uint res = atomic_load_explicit(&((*(tint_symbol)).arg_0), memory_order_relaxed);
D0806ad.wgsl.expected.msl9 int 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/curl/lib/
Deasy_lock.h78 while(atomic_load_explicit(lock, memory_order_relaxed)) { in curl_simple_lock_lock()

12