OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NOTE_CHILD
(Results
1 - 5
of
5
) sorted by relevancy
/src/tests/kernel/kqueue/
t_proc3.c
89
ATF_REQUIRE(ke.fflags &
NOTE_CHILD
);
t_proc1.c
141
if (event[0].fflags &
NOTE_CHILD
)
142
printf("
NOTE_CHILD
, parent = %" PRId64, event[0].data);
t_proc4.c
116
if (event.fflags &
NOTE_CHILD
) {
144
* getting
NOTE_CHILD
as the result of the
/src/sys/sys/
event.h
168
#define
NOTE_CHILD
0x00000004U /* am a child process */
/src/sys/kern/
kern_event.c
935
*
NOTE_CHILD
is only ever generated internally; don't let it
938
kn->kn_sfflags &= ~
NOTE_CHILD
;
1063
* ==> One for the
NOTE_CHILD
notification. This is a forced
1070
* for the
NOTE_CHILD
and NOTE_EXIT to be collapsed into a single
1072
* has received the
NOTE_CHILD
notification, which applications
1133
knchild->kn_kevent.fflags =
NOTE_CHILD
;
Completed in 16 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026