| /xnu-10063.101.15/tests/ ! |
| H A D | ulock.c | 35 uint32_t test_ulock_owner = atomic_load_explicit(&test_ulock, in test_waiter() 66 uint32_t test_ulock_owner = atomic_load_explicit(&test_ulock, in test_waiter_with_timeout()
|
| H A D | contextswitch.c | 113 while (mach_absolute_time() < timeout && atomic_load_explicit(&keep_going, in spin_for_duration() 154 while (atomic_load_explicit(&keep_going, memory_order_relaxed)) { in thread()
|
| H A D | hw_breakpoint_step_arm64.c | 37 if (exception == EXC_BREAKPOINT || (exception == EXC_CRASH && atomic_load_explicit(&after_kill, in catch_mach_exception_raise()
|
| H A D | ioperf.c | 142 while (mach_absolute_time() < timeout && atomic_load_explicit(&keep_going, in spin_for_duration()
|
| /xnu-10063.101.15/libkern/os/ ! |
| H A D | atomic_private.h | 285 __auto_type _r = os_atomic_std(atomic_load_explicit)( \ 338 __auto_type _r = os_atomic_std(atomic_load_explicit)( \
|
| H A D | refcnt_internal.h | 197 return atomic_load_explicit(rc, memory_order_relaxed); in os_ref_get_count_internal()
|
| H A D | refcnt.c | 389 atomic_load_explicit(rc, dealloc_order); in _os_ref_release_inline()
|
| /xnu-10063.101.15/osfmk/kern/ ! |
| H A D | lock_ptr.h | 264 tmp = atomic_load_explicit((hw_lck_ptr_t _Atomic *)lck, in hw_lck_ptr_value()
|
| H A D | lock_ptr.c | 335 curv = atomic_load_explicit((hw_lck_ptr_t _Atomic *)lck, in hw_lck_ptr_unlock_fastpath()
|
| H A D | turnstile.c | 209 type_and_gencount.value = atomic_load_explicit(&turnstile->ts_type_gencount, memory_order_relaxed); in turnstile_get_type() 252 type_and_gencount.value = atomic_load_explicit(&turnstile->ts_type_gencount, memory_order_relaxed); in turnstile_get_gencount() 262 type_and_gencount.value = atomic_load_explicit(&turnstile->ts_type_gencount, memory_order_relaxed); in turnstile_set_type_and_increment_gencount()
|
| H A D | lock_ticket.c | 438 cticket = atomic_load_explicit(ctp, memory_order_relaxed); in hw_lck_ticket_unlock_inner()
|
| H A D | debug.c | 615 assert(atomic_load_explicit(&debugger_cpu, memory_order_relaxed) == cpu_number()); in DebuggerUnlock()
|
| H A D | smr.c | 2867 state = atomic_load_explicit(&smrh->smrsh_state, memory_order_relaxed); in __smr_shash_entered_mut_erase()
|
| /xnu-10063.101.15/osfmk/corpses/ ! |
| H A D | corpse.c | 206 gate.value = atomic_load_explicit(&inflight_corpses, memory_order_relaxed); in total_corpses_count() 226 oldgate.value = atomic_load_explicit(&inflight_corpses, memory_order_relaxed); in task_crashinfo_get_ref() 264 oldgate.value = atomic_load_explicit(&inflight_corpses, memory_order_relaxed); in task_crashinfo_release_ref()
|
| /xnu-10063.101.15/EXTERNAL_HEADERS/ ! |
| H A D | stdatomic.h | 157 #define atomic_load_explicit __c11_atomic_load macro
|
| /xnu-10063.101.15/osfmk/ipc/ ! |
| H A D | ipc_object.h | 152 #define io_bits(io) atomic_load_explicit(&(io)->io_bits, memory_order_relaxed)
|
| /xnu-10063.101.15/osfmk/i386/commpage/ ! |
| H A D | commpage.c | 932 saved_data = atomic_load_explicit((_Atomic uint64_t *)(uintptr_t)cp, memory_order_relaxed); in commpage_update_mach_approximate_time() 945 saved_data = atomic_load_explicit((_Atomic uint64_t *)(uintptr_t)cp, memory_order_relaxed); in commpage_update_mach_approximate_time()
|
| /xnu-10063.101.15/tools/tests/zero-to-n/ ! |
| H A D | zero-to-n.c | 307 if (atomic_load_explicit(&g_churn_stopped_at, memory_order_seq_cst) != 0) { in join_churn_threads() 629 assert_zero_t(my_id, atomic_load_explicit(&g_done_threads, memory_order_relaxed)); in worker_thread() 749 while (atomic_load_explicit(&g_done_threads, memory_order_relaxed) < g_numthreads) { in worker_thread() 1229 assert(atomic_load_explicit(&g_done_threads, memory_order_relaxed) == g_numthreads); in main()
|
| /xnu-10063.101.15/san/tools/ ! |
| H A D | ksancov.h | 335 size_t head = atomic_load_explicit(&trace->kt_head, memory_order_acquire); in ksancov_trace_head()
|
| /xnu-10063.101.15/osfmk/kperf/ ! |
| H A D | pet.c | 155 atomic_load_explicit(&kppet_gencount, in kppet_on_cpu()
|
| /xnu-10063.101.15/doc/primitives/ ! |
| H A D | atomics.md | 163 facilities equivalent to `atomic_init`, `atomic_load_explicit` 259 old_value = atomic_load_explicit(address, memory_order_relaxed);
|
| /xnu-10063.101.15/iokit/Kernel/ ! |
| H A D | IOPerfControl.cpp | 29 shared = atomic_load_explicit(&gIOPerfControlClientShared, memory_order_acquire); in init()
|
| /xnu-10063.101.15/bsd/dev/arm/ ! |
| H A D | unix_signal.c | 861 sigreturn_validation = atomic_load_explicit( in sigreturn()
|
| /xnu-10063.101.15/bsd/dev/i386/ ! |
| H A D | unix_signal.c | 822 sigreturn_validation = atomic_load_explicit( in sigreturn()
|
| /xnu-10063.101.15/bsd/kern/ ! |
| H A D | kern_sig.c | 519 uint32_t old_sigreturn_validation = atomic_load_explicit( in sigaction()
|