Searched defs:AtomicLoad (Results 1 – 2 of 2) sorted by relevance
224 static T AtomicLoad(ThreadState *thr, uptr pc, const volatile T *a, morder mo) { in AtomicLoad() function
14360 # define AtomicLoad(PTR) __atomic_load_n((PTR),__ATOMIC_RELAXED) macro14364 # define AtomicLoad(PTR) (*(PTR)) macro