OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsRunningOnThread
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/sync/notifier/
sync_system_resources.h
56
virtual bool
IsRunningOnThread
() const OVERRIDE;
sync_system_resources.cc
110
bool SyncInvalidationScheduler::
IsRunningOnThread
() const {
290
DCHECK(scheduler_->
IsRunningOnThread
()) << "not running on scheduler thread";
sync_system_resources_unittest.cc
148
sync_system_resources_.internal_scheduler()->
IsRunningOnThread
());
Completed in 83 milliseconds