HomeSort by: relevance | last modified time | path
    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