HomeSort by relevance Sort by last modified time
    Searched refs:child_process_ (Results 1 - 4 of 4) sorted by null

  /external/libchrome/base/process/
kill_posix.cc 141 : child_process_(std::move(child_process)), wait_time_(wait_time) {}
145 child_process_.WaitForExitWithTimeout(wait_time_, nullptr);
146 kill(child_process_.Handle(), SIGKILL);
148 child_process_.WaitForExit(nullptr);
153 Process child_process_; member in class:base::__anon27477::BackgroundReaper
  /external/libchrome/mojo/public/cpp/system/tests/
invitation_unittest.cc 96 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);
136 child_process_.Close();
159 base::Process child_process_; member in class:mojo::__anon27852::InvitationCppTest
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-death-test.cc 814 zx_status_t status = zx_handle_close(child_process_);
830 zx_handle_t child_process_ = ZX_HANDLE_INVALID; member in class:testing::internal::FuchsiaDeathTest
880 status_zx = zx_object_wait_async(child_process_,
    [all...]
  /external/googletest/googletest/src/
gtest-death-test.cc 833 zx::process child_process_; member in class:testing::internal::FuchsiaDeathTest
    [all...]

Completed in 731 milliseconds