Home
last modified time | relevance | path

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

/minix/common/lib/libc/atomic/
H A Datomic_or_64_cas.c38 uint64_t fetch_and_or_8(volatile uint64_t *addr, uint64_t val, ...)
42 fetch_and_or_8(volatile uint64_t *addr, uint64_t val, ...) in fetch_and_or_8() function
56 (void) fetch_and_or_8(addr, val); in atomic_or_64()