Searched refs:Fork (Results 1 - 14 of 14) sorted by relevance

/external/lldb/include/lldb/Utility/
H A DPseudoTerminal.h69 /// Fork a child process that uses pseudo terminals for its stdio.
96 Fork (char *error_str, size_t error_len);
/external/chromium_org/content/public/common/
H A Dzygote_fork_delegate_linux.h50 // Indexes of FDs in the vector passed to Fork().
59 kNumPassedFDs // Number of FDs in the vector passed to Fork().
63 // suid sandbox, Fork() returns the Linux process ID.
68 virtual pid_t Fork(const std::string& process_type,
74 // should be a pid that has been returned by the Fork() method. i.e. This
/external/lldb/tools/debugserver/source/
H A DPseudoTerminal.h77 pid_t Fork(Error& error);
H A DPseudoTerminal.cpp157 // Fork a child process that and have its stdio routed to a pseudo
179 PseudoTerminal::Fork(PseudoTerminal::Error& error) function in class:PseudoTerminal
191 // Fork failed
/external/chromium_org/components/nacl/zygote/
H A Dnacl_fork_delegate_linux.h45 virtual pid_t Fork(const std::string& process_type,
H A Dnacl_fork_delegate_linux.cc335 pid_t NaClForkDelegate::Fork(const std::string& process_type, function in class:nacl::NaClForkDelegate
338 VLOG(1) << "NaClForkDelegate::Fork";
370 LOG(ERROR) << "NaClForkDelegate::Fork: pickle failed";
/external/lldb/source/Utility/
H A DPseudoTerminal.cpp193 // Fork a child process and have its stdio routed to a pseudo terminal.
214 PseudoTerminal::Fork (char *error_str, size_t error_len) function in class:PseudoTerminal
227 // Fork failed
/external/chromium_org/sandbox/linux/services/
H A Dunix_domain_socket_unittest.cc109 SANDBOX_TEST(UnixDomainSocketTest, Fork) {
136 // Similar to Fork above, but forking the child into a new pid namespace.
170 // Again similar to Fork, but now with nested PID namespaces.
/external/chromium_org/content/zygote/
H A Dzygote_linux.cc370 pid = helper->Fork(process_type, fds, channel_id);
432 // Fork failed.
/external/oprofile/events/mips/34K/
H A Devents53 event:0x22 counters:0 um:zero minimum:500 name:FORK_INSNS : 34-0 Fork instructions completed
/external/oprofile/events/mips/1004K/
H A Devents53 event:0x22 counters:0 um:zero minimum:500 name:FORK_INSNS : 34-0 Fork instructions completed
/external/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp886 if ((pid = terminal.Fork(err_str, err_len)) == -1)
/external/lldb/source/Plugins/Process/Linux/
H A DProcessMonitor.cpp1115 if ((pid = terminal.Fork(err_str, err_len)) == -1)
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.cpp1666 // Fork a child process for debugging
2005 pid_t pid = pty.Fork(pty_error);
2074 // Fork a child process for debugging

Completed in 326 milliseconds