Searched refs:waiter_count (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/drd/
H A Ddrd_cond.c69 p->waiter_count = 0;
189 if (p->waiter_count != 0)
228 if (p->waiter_count == 0)
263 ++p->waiter_count;
292 if (p->waiter_count > 0)
294 --p->waiter_count;
295 if (p->waiter_count == 0)
309 if (cond_p->waiter_count > 0)
H A Ddrd_clientobj.h84 int waiter_count; member in struct:cond_info

Completed in 82 milliseconds