Home
last modified time | relevance | path

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

/netbsd-src/common/lib/libc/atomic/
H A Datomic_and_64_cas.c38 uint64_t fetch_and_and_8(volatile uint64_t *, uint64_t, ...)
42 fetch_and_and_8(volatile uint64_t *addr, uint64_t val, ...) in fetch_and_and_8() function
56 (void) fetch_and_and_8(addr, val); in atomic_and_64()