Home
last modified time | relevance | path

Searched refs:test_child_handle_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/mojo/common/test/
Dmultiprocess_test_helper.cc18 : 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()
Dmultiprocess_test_helper.h62 base::ProcessHandle test_child_handle_; variable