Home
last modified time | relevance | path

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

/external/libchrome/ipc/
Dipc_sync_channel.cc151 void BlockDispatch(bool* dispatch_flag) { dispatch_flag_ = dispatch_flag; } in BlockDispatch()
155 void UnblockDispatch() { dispatch_flag_ = nullptr; } in UnblockDispatch()
299 if (dispatch_flag_) { in OnDispatchEventReady()
300 *dispatch_flag_ = true; in OnDispatchEventReady()
345 bool* dispatch_flag_ = nullptr; member in IPC::SyncChannel::ReceivedSyncMsgQueue