OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_nstopchild
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/kern/
kern_exit.c
249
p->p_pptr->
p_nstopchild
++;
516
old_parent->
p_nstopchild
++;
1090
parent->
p_nstopchild
--;
1106
parent->
p_nstopchild
--;
1116
if (parent->
p_nstopchild
== 0 || rv == 2) {
1222
parent->
p_nstopchild
--;
1329
child->p_pptr->
p_nstopchild
--;
1330
parent->
p_nstopchild
++;
kern_fork.c
596
p1->
p_nstopchild
++;
kern_sig.c
1437
* Re-adjust
p_nstopchild
if the process was
1441
p->p_pptr->
p_nstopchild
--;
1555
p->p_pptr->
p_nstopchild
++;
2507
p->p_pptr->
p_nstopchild
--;
kern_exec.c
1406
p->p_pptr->
p_nstopchild
++;
2233
* parent's
p_nstopchild
here. For safety, just make
2240
p->p_pptr->
p_nstopchild
++;
2307
p->p_pptr->
p_nstopchild
--;
kern_synch.c
987
p->p_pptr->
p_nstopchild
++;
kern_proc.c
2658
p->
p_nstopchild
= psrc->
p_nstopchild
;
kern_lwp.c
563
p->p_pptr->
p_nstopchild
--;
/src/sys/sys/
proc.h
278
u_int
p_nstopchild
; /* l: Count of stopped/dead children */
member in struct:proc
Completed in 20 milliseconds
Indexes created Tue Oct 21 08:09:48 GMT 2025