HomeSort by: relevance | last modified time | path
    Searched defs:atomic_and_32 (Results 1 - 6 of 6) sorted by relevancy

  /src/common/lib/libc/atomic/
atomic_and_32_cas.c 56 atomic_and_32(volatile uint32_t *addr, uint32_t val) function
63 atomic_op_alias(atomic_and_32,_atomic_and_32)
atomic_op_namespace.h 49 #define atomic_and_32 _atomic_and_32 macro
  /src/sys/sys/
atomic.h 215 #define atomic_and_32 kasan_atomic_and_32 macro
277 #define atomic_and_32 kcsan_atomic_and_32
339 #define atomic_and_32 kmsan_atomic_and_32
  /src/sys/kern/
subr_csan.c 392 #undef atomic_and_32 macro
subr_asan.c 707 #undef atomic_and_32 macro
subr_msan.c 1111 #undef atomic_and_32 macro

Completed in 35 milliseconds