Searched refs:test_child_handle_ (Results 1 – 2 of 2) sorted by relevance
18 : test_child_handle_(base::kNullProcessHandle) { in MultiprocessTestHelper()24 CHECK_EQ(test_child_handle_, base::kNullProcessHandle); in ~MultiprocessTestHelper()32 CHECK_EQ(test_child_handle_, base::kNullProcessHandle); in StartChild()52 test_child_handle_ = in StartChild()56 CHECK_NE(test_child_handle_, base::kNullProcessHandle); in StartChild()60 CHECK_NE(test_child_handle_, base::kNullProcessHandle); in WaitForChildShutdown()64 test_child_handle_, &rv, TestTimeouts::action_timeout())); in WaitForChildShutdown()65 base::CloseProcessHandle(test_child_handle_); in WaitForChildShutdown()66 test_child_handle_ = base::kNullProcessHandle; in WaitForChildShutdown()
62 base::ProcessHandle test_child_handle_; variable