OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pid
(Results
1 - 6
of
6
) sorted by null
/device/generic/goldfish/opengl/shared/OpenglOsUtils/
osProcess.h
36
return(
m_pid
);
50
int
m_pid
;
member in class:osUtils::childProcess
/sdk/emulator/opengl/shared/OpenglOsUtils/
osProcess.h
36
return(
m_pid
);
50
int
m_pid
;
member in class:osUtils::childProcess
/external/openssh/
monitor.h
80
pid_t
m_pid
;
member in struct:monitor
sshd.c
358
if (use_privsep && pmonitor != NULL && pmonitor->
m_pid
> 0)
359
kill(pmonitor->
m_pid
, SIGALRM);
645
pmonitor->
m_pid
= pid;
704
pmonitor->
m_pid
= fork();
705
if (pmonitor->
m_pid
== -1)
707
else if (pmonitor->
m_pid
!= 0) {
708
verbose("User child is on pid %ld", (long)pmonitor->
m_pid
);
[
all
...]
monitor.c
459
monitor_set_child_handler(pmonitor->
m_pid
);
[
all
...]
monitor_wrap.c
121
*
m_pid
is only set in the privileged part, and
124
return (pmonitor && pmonitor->
m_pid
> 0);
[
all
...]
Completed in 161 milliseconds