Home
last modified time | relevance | path

Searched refs:vfork (Results 1 – 25 of 70) sorted by relevance

123

/third_party/ltp/testcases/kernel/controllers/freezer/
DTODO38 ./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 …]
DREADME25 vfork -- The vfork system call introduces an obscure special case for
27 unanticipated corner cases involving vfork.
D00_description.txt57 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.gitignore3 /vfork
Dvfork_freeze.sh65 vfork -s$sample_sleep 1 -f "$TMPLOG" &
/third_party/musl/src/process/s390x/
Dvfork.s1 .global vfork symbol
2 .type vfork,%function
3 vfork: label
/third_party/musl/src/process/x32/
Dvfork.s1 .global vfork symbol
2 .type vfork,@function
3 vfork: label
/third_party/musl/src/process/x86_64/
Dvfork.s1 .global vfork symbol
2 .type vfork,@function
3 vfork: label
/third_party/musl/src/process/arm/
Dvfork.s2 .global vfork symbol
3 .type vfork,%function
4 vfork: label
/third_party/musl/src/process/i386/
Dvfork.s1 .global vfork symbol
2 .type vfork,@function
3 vfork: label
/third_party/musl/src/process/sh/
Dvfork.s1 .global vfork symbol
2 .type vfork,@function
3 vfork: label
/third_party/musl/libc-test/src/functional/
Dvfork.c26 if((pid = vfork()) == 0) { in test_exit()
42 if((pid = vfork()) == 0) { in sh()
Dtest_src_functional.gni78 "vfork",
/third_party/libwebsockets/cmake/
Dlws_config_private.h.in71 /* 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/
Dvfork.c6 pid_t vfork(void) in vfork() function
/third_party/musl/libc-test/src/functionalext/supplement/process/
Dvfork.c34 pid = vfork(); in vfork_0100()
/third_party/eudev/
Dconfig.h.in194 /* 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/
Dltp-nommu-linux.m47 AC_CHECK_FUNCS([fork daemon vfork])
/third_party/toybox/toys/pending/
Dinit.c235 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/
Dnommu-notes.txt65 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/
DMakefile31 setdomainname sethostname symlinkat ulimit ustat vfork vhangup vmsplice
/third_party/ltp/testcases/kernel/syscalls/vfork/
Dvfork02.c109 TEST(vfork()); in main()
Dvfork01.c125 TEST(vfork()); in main()
/third_party/toybox/toys/other/
Doneit.c61 if (!vfork()) reboot(action);
/third_party/ltp/testcases/kernel/syscalls/ptrace/
Dspawn_ptrace_child.h70 pid = vfork(); in make_a_baby()

123