OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLONE_VFORK
(Results
1 - 4
of
4
) sorted by relevancy
/src/tests/lib/libc/sys/
t_ptrace_clone_wait.h
106
if ((trackfork && !(flags &
CLONE_VFORK
)) ||
107
(trackvfork && (flags &
CLONE_VFORK
))) {
117
if (trackfork && !(flags &
CLONE_VFORK
)) {
121
if (trackvfork && (flags &
CLONE_VFORK
)) {
138
if (trackfork && !(flags &
CLONE_VFORK
)) {
142
if (trackvfork && (flags &
CLONE_VFORK
)) {
160
if (trackvforkdone && (flags &
CLONE_VFORK
)) {
182
if ((trackfork && !(flags &
CLONE_VFORK
)) ||
183
(trackvfork && (flags &
CLONE_VFORK
))) {
302
CLONE_TEST(clone_vfork1,
CLONE_VFORK
, false, false, false
[
all
...]
t_fork.c
354
NESTED(nested_clone_vfork, clone,
CLONE_VFORK
)
/src/sys/sys/
sched.h
206
#define
CLONE_VFORK
0x00004000 /* parent blocks until child
/src/sys/kern/
kern_fork.c
183
if (SCARG(uap, flags) &
CLONE_VFORK
)
Completed in 13 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025