Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dwork_task_impl.hpp13 WorkTaskImpl(F f, P p, std::shared_ptr<std::atomic<bool>> canceled_) in WorkTaskImpl() argument
14 : canceled(std::move(canceled_)), in WorkTaskImpl()