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 70 p->waiter_count = 0;
190 if (p->waiter_count != 0)
229 if (p->waiter_count == 0)
264 ++p->waiter_count;
293 if (p->waiter_count > 0)
295 --p->waiter_count;
296 if (p->waiter_count == 0)
310 if (cond_p->waiter_count > 0)
drd_clientobj.h 85 int waiter_count; member in struct:cond_info

Completed in 43 milliseconds