Home
last modified time | relevance | path

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

/netbsd-src/common/lib/libc/atomic/
H A Datomic_and_32_cas.c36 uint32_t fetch_and_and_4(volatile uint32_t *, uint32_t, ...)
44 fetch_and_and_4(volatile uint32_t *addr, uint32_t val, ...) in fetch_and_and_4() function
58 (void) fetch_and_and_4(addr, val); in atomic_and_32()