Searched refs:should_stop_array (Results 1 – 2 of 2) sorted by relevance
47 base::StackVector<const bool*, kFlagStackCapacity> should_stop_array; in SyncWatch() local48 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()
47 const bool* should_stop_array[] = {should_stop, &destroyed->data}; in SyncWatch() local48 bool result = registry_->Wait(should_stop_array, 2); in SyncWatch()