OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ValidateLinks
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/synchronization/
condition_variable_win.cc
253
DCHECK(
ValidateLinks
());
259
return
ValidateLinks
() && other->
ValidateLinks
() && (this != other);
263
return (0 != handle_) &&
ValidateLinks
();
267
return (0 == handle_) &&
ValidateLinks
();
270
bool ConditionVariable::Event::
ValidateLinks
() const {
condition_variable.h
141
bool
ValidateLinks
() const;
Completed in 5766 milliseconds