Searched refs:local_add_negative (Results 1 – 2 of 2) sorted by relevance
115 static __inline__ int local_add_negative(long i, local_t *l) in local_add_negative() function
184 #define local_add_negative(i, l) (local_add_return(i, (l)) < 0) macro