Searched defs:PTR (Results 1 – 1 of 1) sorted by relevance
235 # define AtomicLoad(PTR) __atomic_load_n((PTR),__ATOMIC_RELAXED) argument236 # define AtomicStore(PTR,VAL) __atomic_store_n((PTR),(VAL),__ATOMIC_RELAXED) argument239 # define AtomicLoad(PTR) (*(PTR)) argument240 # define AtomicStore(PTR,VAL) (*(PTR) = (VAL)) argument