Home
last modified time | relevance | path

Searched refs:syncapi_event_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
Dui_model_worker.cc42 syncapi_event_.Signal(); in DoWorkAndWaitUntilDone()
46 syncapi_event_.Signal(); // Notify that the syncapi produced work for us. in DoWorkAndWaitUntilDone()
54 syncapi_event_(&lock_) { in UIModelWorker()
71 syncapi_event_.Signal(); in OnSyncerShutdownComplete()
91 syncapi_event_.Wait(); in Stop()
Dui_model_worker.h126 base::ConditionVariable syncapi_event_; variable