Home
last modified time | relevance | path

Searched refs:atomic_fetch_or_explicit (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.81.2/EXTERNAL_HEADERS/
H A Dstdatomic.h159 #define atomic_fetch_or_explicit __c11_atomic_fetch_or macro
/xnu-8792.81.2/tools/tests/zero-to-n/
H A Dzero-to-n.c602 atomic_fetch_or_explicit(&g_cpu_map[i - 1], (1UL << cpuid), memory_order_relaxed); in worker_thread()
771 atomic_fetch_or_explicit(&g_cpu_map[g_iterations - 1], (1UL << cpuid), memory_order_relaxed); in worker_thread()