Home
last modified time | relevance | path

Searched refs:Fork (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/core/init/
H A Dsubcontext.h42 Fork();
55 void Fork();
H A Dsubcontext.cpp193 void Subcontext::Fork() { in Fork() function in android::init::Subcontext
249 Fork(); in Restart()
H A DREADME.md474 > Fork and execute command with the given arguments. The command starts
482 > Fork and execute command with the given arguments. This is handled similarly
/aosp12/system/iorap/src/maintenance/
H A Dcontroller.h36 virtual int Fork() = 0;
45 virtual int Fork();
H A Dcontroller.cc84 pid_t Exec::Fork() { in Fork() function in iorap::maintenance::Exec
169 pid_t child = controller_params.exec->Fork(); in StartViaFork()
/aosp12/system/memory/libmemunreachable/tests/
H A DThreadCapture_test.cpp179 void Fork(std::function<void()>&& child_init, std::function<void()>&& child_cleanup, in Fork() function in android::ThreadCaptureTest
212 Fork( in TEST_P()
290 Fork( in TEST_F()