Home
last modified time | relevance | path

Searched defs:IOThreadData (Results 1 – 2 of 2) sorted by relevance

/external/cronet/components/nacl/loader/
Dnacl_ipc_adapter.h176 struct IOThreadData { struct
180 std::unique_ptr<IPC::Channel> channel_;
185 typedef std::map<int, uint32_t> PendingSyncMsgMap;
186 PendingSyncMsgMap pending_sync_msgs_;
Dnacl_ipc_adapter.cc352 NaClIPCAdapter::IOThreadData::IOThreadData() { in IOThreadData() function in NaClIPCAdapter::IOThreadData