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

/external/libdrm/
H A Dxf86atomic.h53 # define atomic_dec_and_test(x) (__sync_add_and_fetch (&(x)->atomic, -1) == 0) macro
75 # define atomic_dec_and_test(x) (AO_fetch_and_sub1_full(&(x)->atomic) == 1) macro
97 # define atomic_dec_and_test(x) (atomic_dec_uint_nv(&(x)->atomic) == 0) macro

Completed in 261 milliseconds