Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/lib/
Dsync_event_watcher.cc47 base::StackVector<const bool*, kFlagStackCapacity> should_stop_array; in SyncWatch() local
48 should_stop_array.container().push_back(&destroyed->data); in SyncWatch()
50 std::back_inserter(should_stop_array.container())); in SyncWatch()
51 bool result = registry_->Wait(should_stop_array.container().data(), in SyncWatch()
52 should_stop_array.container().size()); in SyncWatch()
Dsync_handle_watcher.cc47 const bool* should_stop_array[] = {should_stop, &destroyed->data}; in SyncWatch() local
48 bool result = registry_->Wait(should_stop_array, 2); in SyncWatch()