Searched refs:ready_results (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/mojo/public/cpp/system/tests/ |
D | wait_set_unittest.cc | 68 MojoResult ready_results[2] = {MOJO_RESULT_UNKNOWN, MOJO_RESULT_UNKNOWN}; in TEST_F() local 70 wait_set.Wait(nullptr, &num_ready_handles, ready_handles, ready_results, hss); in TEST_F() 74 EXPECT_EQ(MOJO_RESULT_OK, ready_results[0]); in TEST_F() 85 ready_results[0] = MOJO_RESULT_UNKNOWN; in TEST_F() 86 ready_results[1] = MOJO_RESULT_UNKNOWN; in TEST_F() 87 wait_set.Wait(nullptr, &num_ready_handles, ready_handles, ready_results, hss); in TEST_F() 91 EXPECT_EQ(MOJO_RESULT_OK, ready_results[0]); in TEST_F() 98 ready_results[0] = MOJO_RESULT_UNKNOWN; in TEST_F() 99 ready_results[1] = MOJO_RESULT_UNKNOWN; in TEST_F() 100 wait_set.Wait(nullptr, &num_ready_handles, ready_handles, ready_results, hss); in TEST_F() [all …]
|
/external/libchrome/mojo/public/cpp/system/ |
D | wait_set.cc | 134 MojoResult* ready_results, in Wait() argument 139 DCHECK(ready_results); in Wait() 214 ready_results[i] = it->second.result; in Wait() 359 MojoResult* ready_results, in Wait() argument 361 state_->Wait(ready_event, num_ready_handles, ready_handles, ready_results, in Wait()
|
D | wait_set.h | 110 MojoResult* ready_results,
|