OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:waiter_count
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/drd/
drd_cond.c
69
p->
waiter_count
= 0;
188
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
85
int
waiter_count
;
member in struct:cond_info
Completed in 502 milliseconds