Home
last modified time | relevance | path

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

/external/cronet/ipc/
Dipc_sync_channel.cc49 ABSL_CONST_INIT thread_local SyncChannel::ReceivedSyncMsgQueue* received_queue = variable
79 if (!received_queue) { in AddContext()
80 received_queue = new ReceivedSyncMsgQueue(); in AddContext()
82 ++received_queue->listener_count_; in AddContext()
83 return received_queue; in AddContext()
186 DCHECK(received_queue); in RemoveContext()
187 received_queue = nullptr; in RemoveContext()