Home
last modified time | relevance | path

Searched defs:atomic_dec_and_test (Results 1 – 2 of 2) sorted by relevance

/third_party/libdrm/
Dxf86atomic.h49 # define atomic_dec_and_test(x) (__sync_add_and_fetch (&(x)->atomic, -1) == 0) macro
72 # define atomic_dec_and_test(x) (AO_fetch_and_sub1_full(&(x)->atomic) == 1) macro
94 # define atomic_dec_and_test(x) (atomic_dec_uint_nv(&(x)->atomic) == 0) macro
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/asm/
Datomic.h57 #define atomic_dec_and_test(v) (atomic_dec_return(v) == 0) macro