Home
last modified time | relevance | path

Searched refs:child_process_ (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/process/
Dkill_posix.cc141 : child_process_(std::move(child_process)), wait_time_(wait_time) {} in BackgroundReaper()
145 child_process_.WaitForExitWithTimeout(wait_time_, nullptr); in ThreadMain()
146 kill(child_process_.Handle(), SIGKILL); in ThreadMain()
148 child_process_.WaitForExit(nullptr); in ThreadMain()
153 Process child_process_; member in base::__anon0516aa480211::BackgroundReaper
/external/libchrome/mojo/public/cpp/system/tests/
Dinvitation_unittest.cc96 child_process_ = base::SpawnMultiProcessTestChild(
110 OutgoingInvitation::Send(std::move(invitation), child_process_.Handle(),
121 OutgoingInvitation::Send(std::move(invitation), child_process_.Handle(),
135 child_process_, TestTimeouts::action_timeout(), &wait_result); in WaitForChildExit()
136 child_process_.Close(); in WaitForChildExit()
159 base::Process child_process_; member in mojo::__anon611efa300111::InvitationCppTest
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-death-test.cc814 zx_status_t status = zx_handle_close(child_process_); in ~FuchsiaDeathTest()
830 zx_handle_t child_process_ = ZX_HANDLE_INVALID; member in testing::internal::FuchsiaDeathTest
880 status_zx = zx_object_wait_async(child_process_, in Wait()
895 status_zx = zx_task_kill(child_process_); in Wait()
901 child_process_, ZX_PROCESS_TERMINATED, ZX_TIME_INFINITE, &signals); in Wait()
914 child_process_, in Wait()
981 &add_handle_action, &child_process_, nullptr); in AssumeRole()
989 child_process_, port_, 0 /* key */, 0 /*options */); in AssumeRole()
/external/googletest/googletest/src/
Dgtest-death-test.cc833 zx::process child_process_; member in testing::internal::FuchsiaDeathTest
885 status_zx = child_process_.wait_async( in Wait()
906 status_zx = child_process_.kill(); in Wait()
943 status_zx = child_process_.get_info( in Wait()
1043 2, spawn_actions, child_process_.reset_and_get_address(), nullptr); in AssumeRole()