OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_child_handle_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/mojo/common/test/
multiprocess_test_base.cc
18
:
test_child_handle_
(base::kNullProcessHandle) {
22
CHECK_EQ(
test_child_handle_
, base::kNullProcessHandle);
26
CHECK_EQ(
test_child_handle_
, base::kNullProcessHandle);
38
CHECK_EQ(
test_child_handle_
, base::kNullProcessHandle);
48
CHECK_EQ(
test_child_handle_
, base::kNullProcessHandle);
57
test_child_handle_
= SpawnChild(test_child_main, fds_to_map, false);
59
test_child_handle_
= SpawnChild(test_child_main, false);
68
CHECK_NE(
test_child_handle_
, base::kNullProcessHandle);
72
CHECK_NE(
test_child_handle_
, base::kNullProcessHandle);
77
test_child_handle_
, &rv, base::TimeDelta::FromSeconds(kTimeoutSeconds)))
[
all
...]
multiprocess_test_base.h
53
base::ProcessHandle
test_child_handle_
;
member in class:mojo::test::MultiprocessTestBase
Completed in 71 milliseconds