Searched refs:atomic_dec_return (Results 1 - 1 of 1) sorted by relevance
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/asm/ | ||
H A D | atomic.h | 54 #define atomic_dec_return(v) LOS_AtomicDecRet(v) macro 55 #define atomic_dec_and_test(v) (atomic_dec_return(v) == 0) |
Completed in 1 milliseconds