OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pid
(Results
1 - 25
of
2633
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
watch-vfork.c
25
int
pid
;
local
27
pid
= vfork ();
28
if (
pid
== -1)
32
else if (
pid
!= 0)
34
global = &
pid
;
step-over-fork.c
27
int
pid
;
local
29
pid
= fork ();
30
if (
pid
== 0) /* child */
38
pid
= fork ();
39
if (
pid
== 0) /* child */
47
pid
= fork ();
48
if (
pid
== 0) /* child */
step-over-vfork.c
26
int
pid
;
local
28
pid
= vfork ();
29
if (
pid
== -1)
33
else if (
pid
!= 0)
41
pid
= vfork ();
42
if (
pid
== -1)
46
else if (
pid
!= 0)
54
pid
= vfork ();
55
if (
pid
== -1)
59
else if (
pid
!= 0
[
all
...]
foll-vfork-exit.c
24
int
pid
;
local
28
pid
= 1;
29
pid
= vfork (); /* VFORK */
30
if (
pid
== 0)
step-over-exit.c
29
int
pid
;
local
31
pid
= fork ();
32
if (
pid
== 0) /* child */
40
pid
= fork ();
41
if (
pid
== 0) /* child */
killed-outside.c
21
pid_t
pid
;
variable
31
pid
= getpid ();
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
watch-vfork.c
25
int
pid
;
local
27
pid
= vfork ();
28
if (
pid
== -1)
32
else if (
pid
!= 0)
34
global = &
pid
;
step-over-fork.c
27
int
pid
;
local
29
pid
= fork ();
30
if (
pid
== 0) /* child */
38
pid
= fork ();
39
if (
pid
== 0) /* child */
47
pid
= fork ();
48
if (
pid
== 0) /* child */
step-over-vfork.c
26
int
pid
;
local
28
pid
= vfork ();
29
if (
pid
== -1)
33
else if (
pid
!= 0)
41
pid
= vfork ();
42
if (
pid
== -1)
46
else if (
pid
!= 0)
54
pid
= vfork ();
55
if (
pid
== -1)
59
else if (
pid
!= 0
[
all
...]
foll-vfork-exit.c
24
int
pid
;
local
28
pid
= 1;
29
pid
= vfork (); /* VFORK */
30
if (
pid
== 0)
step-over-exit.c
29
int
pid
;
local
31
pid
= fork ();
32
if (
pid
== 0) /* child */
40
pid
= fork ();
41
if (
pid
== 0) /* child */
foll-fork-syscall.c
24
int
pid
, x = 0;
local
26
pid
= fork ();
27
if (
pid
== 0) /* set breakpoint here */
killed-outside.c
21
pid_t
pid
;
variable
31
pid
= getpid ();
/src/crypto/external/bsd/heimdal/dist/tests/kdc/
leaks-kill.sh
4
pid
=$2
6
kill $
pid
8
while kill -0 $
pid
2>/dev/null
13
kill kill -9 $
pid
2> /dev/null
20
while kill -0 $
pid
2>/dev/null
/src/crypto/external/bsd/heimdal/dist/tests/ldap/
slapd-stop
7
if [ -f slapd.
pid
]; then
8
kill `cat slapd.
pid
`
11
if [ -f slapd.
pid
]; then
12
kill -9 `cat slapd.
pid
`
13
rm -f slapd.
pid
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.rocm/
precise-memory-fork.c
33
int
pid
= fork ();
local
35
if (
pid
!= 0)
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.rocm/
precise-memory-fork.c
33
int
pid
= fork ();
local
35
if (
pid
!= 0)
/src/external/mpl/bind/dist/contrib/scripts/
nanny.pl
16
$pid_file_location = '/var/run/named.
pid
';
24
$
pid
= 0;
26
$
pid
= <FILE>;
28
chomp($
pid
);
30
$res = kill 0, $
pid
;
43
if ($
pid
!= 0) {
44
kill 15, $
pid
;
/src/external/gpl3/gdb/dist/sim/testsuite/bfin/
getpid.c
11
pid_t
pid
= getpid();
local
12
if (
pid
< 0) {
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.multi/
multi-kill.c
21
static pid_t
pid
;
variable
31
pid
= getpid ();
/src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
getpid.c
11
pid_t
pid
= getpid();
local
12
if (
pid
< 0) {
/src/external/gpl3/gdb.old/dist/gdb/nat/
linux-procfs.h
24
/* Return the TGID of LWPID from /proc/
pid
/status. Returns -1 if not
29
/* Return the TracerPid of LWPID from /proc/
pid
/status. Returns -1 if
34
/* Detect `T (stopped)' in `/proc/
PID
/status'.
37
extern int linux_proc_pid_is_stopped (pid_t
pid
);
39
extern int linux_proc_pid_is_trace_stopped_nowarn (pid_t
pid
);
41
/* Return non-zero if
PID
is a zombie. Failure to open the
42
/proc/
pid
/status file results in a warning. */
44
extern int linux_proc_pid_is_zombie (pid_t
pid
);
46
/* Return non-zero if
PID
is a zombie. Does not warn on failure to
49
extern int linux_proc_pid_is_zombie_nowarn (pid_t
pid
);
[
all
...]
/src/external/gpl3/gdb/dist/gdb/nat/
linux-procfs.h
24
/* Return the TGID of LWPID from /proc/
pid
/status. Returns -1 if not
29
/* Return the TracerPid of LWPID from /proc/
pid
/status. Returns -1 if
34
/* Detect `T (stopped)' in `/proc/
PID
/status'.
37
extern int linux_proc_pid_is_stopped (pid_t
pid
);
39
extern int linux_proc_pid_is_trace_stopped_nowarn (pid_t
pid
);
41
/* Return non-zero if
PID
is a zombie. Failure to open the
42
/proc/
pid
/status file results in a warning. */
44
extern int linux_proc_pid_is_zombie (pid_t
pid
);
46
/* Return non-zero if
PID
is a zombie. Does not warn on failure to
49
extern int linux_proc_pid_is_zombie_nowarn (pid_t
pid
);
[
all
...]
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.multi/
multi-kill.c
21
static pid_t
pid
;
variable
31
pid
= getpid ();
/src/sys/arch/hpc/hpc/
platid_test.c
43
platid_t
pid
;
local
47
memset((char*)&
pid
, 0, sizeof(
pid
));
48
pid
.s.cpu_arch = ~0;
49
if (
pid
.dw.dw0 != PLATID_CPU_ARCH_MASK && err_count++ || verbose) {
50
platid_hton(&
pid
);
51
platid_dump("cpu_arch", &
pid
);
55
memset((char*)&
pid
, 0, sizeof(
pid
));
56
pid
.s.cpu_series = ~0
243
platid_t
pid
= platid_unknown;
local
[
all
...]
Completed in 20 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Thu Apr 02 00:23:07 UTC 2026