OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParentProcess
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xorg-server.old/dist/os/
connection.c
150
static Pid_t
ParentProcess
;
347
ParentProcess
= getppid ();
356
if (
ParentProcess
> 1) {
357
kill (
ParentProcess
, SIGUSR1);
/xsrc/external/mit/xorg-server/dist/os/
connection.c
139
static Pid_t
ParentProcess
;
195
ParentProcess
= getppid();
212
if (
ParentProcess
> 1) {
213
kill(
ParentProcess
, SIGUSR1);
Completed in 7 milliseconds
Indexes created Sat Aug 01 00:24:56 UTC 2026