OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:P_EXITSIG
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
proc.h
252
int
p_exitsig
; /* l: signal to send to parent on exit */
member in struct:proc
442
#define
P_EXITSIG
(p) \
443
(((p)->p_slflag & PSL_TRACED) ? SIGCHLD : p->
p_exitsig
)
/src/sys/kern/
kern_exit.c
142
if ((ksi->ksi_signo =
P_EXITSIG
(p)) == SIGCHLD) {
544
if (__predict_false(p->
p_exitsig
!= 0)) {
1052
* Wait for processes with
p_exitsig
!= SIGCHLD
1054
* processes with
p_exitsig
== SIGCHLD only
1058
(options & WALTSIG ? child->
p_exitsig
== SIGCHLD
1059
:
P_EXITSIG
(child) != SIGCHLD)){
1188
if (p->
p_exitsig
!= 0) {
1333
child->
p_exitsig
= SIGCHLD;
Completed in 13 milliseconds
Indexes created Sun Oct 19 21:10:07 GMT 2025