OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ValidateLinks
(Results
1 - 3
of
3
) 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;
/external/chromium_org/base/synchronization/
condition_variable_win.cc
172
bool
ValidateLinks
() const;
446
DCHECK(
ValidateLinks
());
452
return
ValidateLinks
() && other->
ValidateLinks
() && (this != other);
456
return (0 != handle_) &&
ValidateLinks
();
460
return (0 == handle_) &&
ValidateLinks
();
463
bool WinXPCondVar::Event::
ValidateLinks
() const {
Completed in 159 milliseconds