Home
last modified time | relevance | path

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

/illumos-gate/usr/src/compat/bhyve/amd64/machine/
H A Datomic.h75 atomic_cmpset_int(volatile u_int *dst, u_int expect, u_int src) in atomic_cmpset_int() function
232 #define atomic_cmpset_32 atomic_cmpset_int
/illumos-gate/usr/src/compat/bhyve/
H A Dstdatomic.h29 atomic_cmpset_int((p), *(ovalp), (nval))