Home
last modified time | relevance | path

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

123

/system/extras/tests/cpueater/
Dcpueater.c34 switch(fork()) { in main()
45 switch(pid = fork()) { in main()
Ddaemonize.c84 switch(pid = fork()) { in main()
104 switch(pid = fork()) { in main()
/system/core/libunwindstack/tests/
DMemoryRemoteTest.cpp73 if ((pid = fork()) == 0) { in TEST_F()
104 if ((pid = fork()) == 0) { in TEST_F()
133 if ((pid = fork()) == 0) { in TEST_F()
/system/core/debuggerd/client/
Ddebuggerd_client_test.cpp41 pid_t forkpid = fork(); in TEST()
97 pid_t forkpid = fork(); in TEST()
/system/extras/perfprofd/quipper/
Dperf_parser.cc191 VLOG(1) << "FORK: " << event.fork.ppid << ":" << event.fork.ptid in ProcessEvents()
192 << " -> " << event.fork.pid << ":" << event.fork.tid; in ProcessEvents()
194 CHECK(MapForkEvent(event.fork)) << "Unable to map FORK event!"; in ProcessEvents()
198 VLOG(1) << "EXIT: " << event.fork.ppid << ":" << event.fork.ptid; in ProcessEvents()
/system/update_engine/init/
Dupdate-engine.conf27 expect fork
/system/extras/simpleperf/runtest/
Dfunction_fork.cpp24 pid_t pid = fork(); in main()
/system/media/audio_utils/tests/
Dfifo_multiprocess.cpp67 const pid_t pidWriter = fork(); in main()
130 const pid_t pidReader = fork(); in main()
/system/extras/ext4_utils/
Dsetup_fs.c47 child = fork(); in setup_fs()
/system/libhwbinder/vts/performance/
DBenchmark_binder.cpp97 pid_t pid = fork(); in main()
DBenchmark.cpp134 pid_t pid = fork(); in main()
/system/core/fs_mgr/
Dfs_mgr_format.cpp97 pid = fork(); in format_f2fs()
/system/core/libmemunreachable/tests/
DDisableMalloc_test.cpp113 fork(); in TEST_F()
DThreadCapture_test.cpp186 int pid = fork(); in Fork()
252 int ret = fork(); in TEST_F()
/system/netd/server/
DClatdController.cpp88 if ((pid = fork()) < 0) { in startClatd()
DPppController.cpp74 if ((pid = fork()) < 0) { in attachPppd()
/system/sepolicy/private/
Dapp_neverallows.te6 neverallow { untrusted_app_all -untrusted_app -untrusted_app_25 } domain:process fork;
38 # on attribute assignment, this relies on the fact that fork
41 # and an untrusted app is allowed fork permission to itself.
42 neverallow all_untrusted_apps mlstrustedsubject:process fork;
Dpriv_app.te156 # on attribute assignment, this relies on the fact that fork
159 # and priv_app is allowed fork permission to itself.
160 neverallow priv_app mlstrustedsubject:process fork;
/system/tools/hidl/test/
Dhidl_test_servers.cpp71 if ((pid = fork()) == 0) { in forkServer()
/system/vold/
DEmulatedVolume.cpp80 if (!(mFusePid = fork())) { in doMount()
/system/connectivity/wificond/tests/
Dshell_utils.cpp68 const pid_t child_pid = fork(); in RunShellCommand()
/system/core/debuggerd/
Dsignal_sender.cpp81 pid_t fork_pid = fork(); in start_signal_sender()
/system/extras/runconuid/
Drunconuid.cpp170 child = fork(); in main()
/system/core/libbacktrace/
Dbacktrace_test.cpp117 if ((*pid = fork()) == 0) { in CreateRemoteProcess()
348 if ((pid = fork()) == 0) { in TEST()
361 if ((pid = fork()) == 0) { in TEST()
375 if ((pid = fork()) == 0) { in TEST()
402 if ((pid = fork()) == 0) { in TEST()
438 if ((pid = fork()) == 0) { in TEST()
1063 if ((pid = fork()) == 0) { in TEST()
1209 if ((pid = fork()) == 0) { in TEST()
1359 if ((pid = fork()) == 0) { in TEST()
1635 if ((pid = fork()) == 0) { in UnwindThroughSignal()
/system/extras/simpleperf/
Dworkload.cpp75 pid_t pid = fork(); in CreateNewProcess()

123