Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/actor/
H A Dmailbox.hpp36 static void maybeReceive(std::weak_ptr<Mailbox>);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl_scheduler.cpp35 mbgl::Mailbox::maybeReceive(taskQueue.front()); in processEvents()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/util/
H A Ddefault_thread_pool.cpp29 Mailbox::maybeReceive(mailbox); in ThreadPool()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/actor/
H A Dmailbox.cpp92 void Mailbox::maybeReceive(std::weak_ptr<Mailbox> mailbox) { in maybeReceive() function in mbgl::Mailbox
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Drun_loop.hpp78 Mailbox::maybeReceive(mailbox); in schedule()