HomeSort by relevance Sort by last modified time
    Searched refs:waiter_count (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/drd/
drd_cond.c 69 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)
drd_clientobj.h 84 int waiter_count; member in struct:cond_info

Completed in 232 milliseconds