/third_party/ltp/testcases/kernel/controllers/freezer/ |
D | TODO | 38 ./freezer/vfork_freeze.sh:10: echo "ERROR: Failed to build vfork test binary." 1>&2 41 ./freezer/vfork.c:37:perror("ERROR at " __FILE__ ":" str_expand(__LINE__) ": " s ) 44 Binary file ./freezer/vfork matches 47 ./freezer/vfork.c:58: exit(EXIT_FAILURE); 48 ./freezer/vfork.c:180: exit(EXIT_FAILURE); 49 ./freezer/vfork.c:186: exit(EXIT_FAILURE); 50 ./freezer/vfork.c:268: exit(EXIT_FAILURE); 51 ./freezer/vfork.c:287: exit(EXIT_FAILURE); 52 ./freezer/vfork.c:300: exit(EXIT_FAILURE); 53 ./freezer/vfork.c:306: exit(EXIT_FAILURE); [all …]
|
D | README | 25 vfork -- The vfork system call introduces an obscure special case for 27 unanticipated corner cases involving vfork.
|
D | 00_description.txt | 57 This bash script tests freezer code by starting a process with vfork(2). 58 vfork causes the freezer to wait until the vfork call "returns" to the 59 parent. We need the vfork test binary -- ensure it's been built.
|
D | .gitignore | 3 /vfork
|
D | vfork_freeze.sh | 65 vfork -s$sample_sleep 1 -f "$TMPLOG" &
|
/third_party/musl/src/process/s390x/ |
D | vfork.s | 1 .global vfork symbol 2 .type vfork,%function 3 vfork: label
|
/third_party/musl/src/process/x32/ |
D | vfork.s | 1 .global vfork symbol 2 .type vfork,@function 3 vfork: label
|
/third_party/musl/src/process/x86_64/ |
D | vfork.s | 1 .global vfork symbol 2 .type vfork,@function 3 vfork: label
|
/third_party/musl/src/process/arm/ |
D | vfork.s | 2 .global vfork symbol 3 .type vfork,%function 4 vfork: label
|
/third_party/musl/src/process/i386/ |
D | vfork.s | 1 .global vfork symbol 2 .type vfork,@function 3 vfork: label
|
/third_party/musl/src/process/sh/ |
D | vfork.s | 1 .global vfork symbol 2 .type vfork,@function 3 vfork: label
|
/third_party/musl/libc-test/src/functional/ |
D | vfork.c | 26 if((pid = vfork()) == 0) { in test_exit() 42 if((pid = vfork()) == 0) { in sh()
|
D | test_src_functional.gni | 78 "vfork",
|
/third_party/libwebsockets/cmake/ |
D | lws_config_private.h.in | 71 /* Define to 1 if you have the `vfork' function. */ 74 /* Define to 1 if you have the <vfork.h> header file. */ 80 /* Define to 1 if `vfork' works. */
|
/third_party/musl/src/process/ |
D | vfork.c | 6 pid_t vfork(void) in vfork() function
|
/third_party/musl/libc-test/src/functionalext/supplement/process/ |
D | vfork.c | 34 pid = vfork(); in vfork_0100()
|
/third_party/eudev/ |
D | config.h.in | 194 /* Define to 1 if you have the `vfork' function. */ 197 /* Define to 1 if you have the <vfork.h> header file. */ 203 /* Define to 1 if `vfork' works. */ 333 /* Define as `fork' if `vfork' does not work. */ 334 #undef vfork
|
/third_party/ltp/m4/ |
D | ltp-nommu-linux.m4 | 7 AC_CHECK_FUNCS([fork daemon vfork])
|
/third_party/toybox/toys/pending/ |
D | init.c | 235 else pid = vfork(); in final_run() 359 pid = vfork(); in halt_poweroff_reboot_handler() 387 pid = vfork(); in restart_init_handler()
|
/third_party/ltp/doc/ |
D | nommu-notes.txt | 65 To run a program, simply use vfork() followed by an exec-style function. 67 works under both MMU and NOMMU systems. But be aware of vfork() semantics -- 70 pid_t child = vfork(); 71 if (vfork == 0)
|
/third_party/ltp/testcases/kernel/syscalls/ |
D | Makefile | 31 setdomainname sethostname symlinkat ulimit ustat vfork vhangup vmsplice
|
/third_party/ltp/testcases/kernel/syscalls/vfork/ |
D | vfork02.c | 109 TEST(vfork()); in main()
|
D | vfork01.c | 125 TEST(vfork()); in main()
|
/third_party/toybox/toys/other/ |
D | oneit.c | 61 if (!vfork()) reboot(action);
|
/third_party/ltp/testcases/kernel/syscalls/ptrace/ |
D | spawn_ptrace_child.h | 70 pid = vfork(); in make_a_baby()
|