Home
last modified time | relevance | path

Searched refs:fork (Results 1 – 25 of 35) sorted by relevance

12

/bionic/tests/
Dpthread_dlfcn_test.cpp59 pid_t pid = fork(); in TEST()
76 pid = fork(); in TEST()
102 pid_t pid = fork(); in TEST()
Dsys_ptrace_test.cpp159 pid_t child = fork(); in run_watchpoint_test()
344 pid_t child = fork(); in TEST()
391 worker = fork(); in PtraceResumptionTest()
424 tracer = fork(); in StartTracer()
Dfenv_test.cpp200 pid_t pid = fork(); in TEST()
Dsys_select_test.cpp56 if ((*pid = fork()) == 0) { in DelayedWrite()
Dunistd_test.cpp270 pid_t pid = fork(); in TEST()
540 TestGetPidCachingWithFork(fork, exit); in TEST()
544 TestGetTidCachingWithFork(fork, exit); in TEST()
1252 pid_t pid = fork(); in TEST()
1279 pid_t pid = fork(); in TEST()
Dstdlib_test.cpp579 pid_t pid = fork(); in TEST()
605 pid_t pid = fork(); in TEST()
619 pid_t pid = fork(); in TEST()
Dutils.h236 pid_t pid = fork(); in Run()
Dmalloc_iterate_test.cpp242 if ((pid = fork()) == 0) { in TEST()
Dmalloc_test.cpp924 if ((pid = fork()) == 0) { in TEST()
1232 if ((pid = fork()) == 0) { in TEST()
Dspawn_test.cpp464 pid_t pid = fork(); in TEST()
/bionic/libc/
DSECCOMP_ALLOWLIST_APP.TXT35 pid_t fork:fork() lp32
DSECCOMP_BLOCKLIST_APP.TXT9 # Note: Some privileged syscalls are still needed in app process after fork before uid change,
/bionic/libc/upstream-openbsd/lib/libc/gen/
Ddaemon.c41 switch (fork()) { in daemon()
/bionic/libc/bionic/
Dfork.cpp52 int fork() { in fork() function
Dpty.cpp158 pid_t pid = fork(); in forkpty()
Dspawn.cpp151 pid_t pid = use_vfork ? vfork() : fork(); in posix_spawn()
/bionic/benchmarks/
Dunistd_benchmark.cpp44 if ((pid = fork()) == 0) { in BM_unistd_fork_call()
/bionic/libc/kernel/uapi/linux/
Dcn_proc.h50 } fork; member
Duserfaultfd.h57 } fork; member
/bionic/benchmarks/tests/
Dinterface_test.cpp83 if ((pid_ = fork()) == 0) { in Exec()
/bionic/libc/include/
Dunistd.h80 pid_t fork(void);
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_system_tests.cpp74 if ((*pid = fork()) == 0) { in Exec()
/bionic/tests/headers/posix/
Dunistd_h.c315 FUNCTION(fork, pid_t (*f)(void)); in unistd_h()
/bionic/libc/tools/
Dposix-2013.txt284 fork
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_033.S622 CALL(fork)

12