OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsSignalled
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/sync/internal_api/public/base/
cancelation_signal.h
19
// After that call, this class'
IsSignalled
() will always return true. The
21
// periodically check the value of
IsSignalled
() to see if it should return
52
bool
IsSignalled
();
cancelation_signal.cc
37
bool CancelationSignal::
IsSignalled
() {
cancelation_signal_unittest.cc
144
EXPECT_FALSE(signal.
IsSignalled
());
146
EXPECT_TRUE(signal.
IsSignalled
());
/external/chromium_org/sync/engine/
syncer.cc
52
return cancelation_signal_->
IsSignalled
();
Completed in 36 milliseconds