Searched refs:ValidateLinks (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/synchronization/
H A Dcondition_variable_win.cc253 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 { function in class:base::ConditionVariable::Event
H A Dcondition_variable.h141 bool ValidateLinks() const;

Completed in 49 milliseconds