OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:io_thread_data_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/nacl/loader/
nacl_ipc_adapter.cc
334
io_thread_data_
.channel_ = IPC::Channel::CreateServer(handle, this);
348
io_thread_data_
.channel_ = channel.Pass();
464
return
io_thread_data_
.channel_->TakeClientFileDescriptor();
474
io_thread_data_
.pending_sync_msgs_.find(id);
475
DCHECK(it !=
io_thread_data_
.pending_sync_msgs_.end());
476
if (it !=
io_thread_data_
.pending_sync_msgs_.end()) {
478
io_thread_data_
.pending_sync_msgs_.erase(it);
712
base::Bind(&DeleteChannel,
io_thread_data_
.channel_.release()));
796
if (!
io_thread_data_
.channel_->Connect())
801
io_thread_data_
.channel_->Close()
[
all
...]
nacl_ipc_adapter.h
216
IOThreadData
io_thread_data_
;
member in class:NaClIPCAdapter
Completed in 574 milliseconds