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

  /external/libchrome/mojo/public/cpp/system/tests/
wait_set_unittest.cc 203 Handle ready_handle; local
205 wait_set.Wait(nullptr, &num_ready_handles, &ready_handle, &ready_result);
207 EXPECT_TRUE(ready_handle == handle0_value || ready_handle == handle1_value);
211 wait_set.Wait(nullptr, &num_ready_handles, &ready_handle, &ready_result);
213 EXPECT_TRUE(ready_handle == handle0_value || ready_handle == handle1_value);
218 wait_set.Wait(nullptr, &num_ready_handles, &ready_handle, &ready_result);
266 Handle ready_handle; local
268 wait_set.Wait(&ready_event, &num_ready_handles, &ready_handle, &ready_result)
288 Handle ready_handle; local
352 Handle ready_handle; local
    [all...]
  /external/libchrome/mojo/public/cpp/bindings/lib/
sync_handle_registry.cc 126 Handle ready_handle; local
140 wait_set_.Wait(&ready_event, &num_ready_handles, &ready_handle,
144 const auto iter = handles_.find(ready_handle);

Completed in 64 milliseconds