OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:waiter_count_
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/common/deprecated/
event_sys-inl.h
61
CallbackWaiters() :
waiter_count_
(0),
66
DCHECK_EQ(0,
waiter_count_
);
71
waiter_count_
+= 1;
75
waiter_count_
-= 1;
76
if (0 !=
waiter_count_
)
89
int
waiter_count_
;
member in class:CallbackWaiters
Completed in 70 milliseconds