OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:waiter_count
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/drd/
drd_cond.c
76
p->
waiter_count
= 0;
204
if (p->
waiter_count
!= 0)
247
if (p->
waiter_count
== 0)
282
++p->
waiter_count
;
322
if (p->
waiter_count
> 0)
324
--p->
waiter_count
;
325
if (p->
waiter_count
== 0)
339
if (cond_p->
waiter_count
> 0)
drd_clientobj.h
85
int
waiter_count
;
member in struct:cond_info
Completed in 314 milliseconds