HomeSort by relevance Sort by last modified time
    Searched refs:global_pid_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ipc/
ipc_channel_posix.h 202 static int global_pid_; member in class:IPC::Channel::ChannelImpl
ipc_channel_posix.cc 165 int Channel::ChannelImpl::global_pid_ = 0; member in class:IPC::Channel::ChannelImpl
621 global_pid_ = pid;
738 if (global_pid_) {
739 pid = global_pid_;
    [all...]

Completed in 120 milliseconds