HomeSort by: relevance | last modified time | path
    Searched refs:CLONE_FILES (Results 1 - 6 of 6) sorted by relevancy

  /src/tests/lib/libc/sys/
t_clone.c 136 CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|SIGUSR1,
189 CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|SIGCHLD, NULL);
211 CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|SIGCHLD, NULL);
243 CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|SIGCHLD, (void *)&rl);
t_ptrace_clone_wait.h 276 CLONE_TEST(clone_files1, CLONE_FILES, false, false, false)
278 CLONE_TEST(clone_files2, CLONE_FILES, true, false, false)
279 CLONE_TEST(clone_files3, CLONE_FILES, false, true, false)
280 CLONE_TEST(clone_files4, CLONE_FILES, true, true, false)
282 CLONE_TEST(clone_files5, CLONE_FILES, false, false, true)
284 CLONE_TEST(clone_files6, CLONE_FILES, true, false, true)
285 CLONE_TEST(clone_files7, CLONE_FILES, false, true, true)
286 CLONE_TEST(clone_files8, CLONE_FILES, true, true, true)
669 CLONE_TEST2(clone_files_signalignored, CLONE_FILES, true, false)
670 CLONE_TEST2(clone_files_signalmasked, CLONE_FILES, false, true
    [all...]
t_fork.c 352 NESTED(nested_clone_files, clone, CLONE_FILES)
  /src/sys/sys/
sched.h 202 #define CLONE_FILES 0x00000400 /* share file descriptors */
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_stoptheworld_linux_libcdep.cc 433 CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_UNTRACED,
  /src/sys/kern/
kern_fork.c 181 if (SCARG(uap, flags) & CLONE_FILES)
194 * know what they will do combining CLONE_FILES with

Completed in 18 milliseconds