Searched refs:local_dec_and_test (Results 1 – 2 of 2) sorted by relevance
76 static __inline__ int local_dec_and_test(local_t *l) in local_dec_and_test() function
173 #define local_dec_and_test(l) (local_sub_return(1, (l)) == 0) macro