Home | History | Annotate | Download | only in ipc

Lines Matching refs:SyncContext

46 // SyncContext maintains the queue in a threadsafe way and listens for replies
119 // SyncContext holds the per object data for SyncChannel, so that SyncChannel
122 class SyncContext : public Context {
124 SyncContext(
142 // needs to get dispatched (by calling SyncContext::DispatchMessages).
173 virtual ~SyncContext();
210 SyncContext* sync_context() {
211 return reinterpret_cast<SyncContext*>(context());
217 SyncContext* context, base::WaitableEvent* pump_messages_event);
221 static void WaitForReplyWithNestedMessageLoop(SyncContext* context);