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
13991 # define AtomicLoad(PTR) __atomic_load_n((PTR),__ATOMIC_RELAXED) macro13995 # define AtomicLoad(PTR) (*(PTR)) macro