| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/actor/ |
| H A D | scheduler.cpp | 7 static util::ThreadLocal<Scheduler> scheduler; in current() 11 void Scheduler::SetCurrent(Scheduler* scheduler) { in SetCurrent() 15 Scheduler* Scheduler::GetCurrent() { in GetCurrent()
|
| H A D | mailbox.cpp | 12 Mailbox::Mailbox(Scheduler& scheduler_) in Mailbox() 16 void Mailbox::open(Scheduler& scheduler_) { in open()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/actor/ |
| H A D | scheduler.hpp | 31 class Scheduler { class 33 virtual ~Scheduler() = default; 42 static Scheduler* GetCurrent(); 43 static void SetCurrent(Scheduler*);
|
| H A D | mailbox.hpp | 11 class Scheduler; 23 Mailbox(Scheduler&); 28 void open(Scheduler& scheduler_); 39 optional<Scheduler*> scheduler;
|
| H A D | established_actor.hpp | 35 EstablishedActor(Scheduler& scheduler, AspiringActor<Object>& parent_, Args&& ... args) in EstablishedActor() 44 EstablishedActor(Scheduler& scheduler, AspiringActor<Object>& parent_, ArgsTuple&& args) in EstablishedActor()
|
| H A D | actor.hpp | 55 Actor(Scheduler& scheduler, Args&&... args) in Actor()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/gl/ |
| H A D | headless_frontend.hpp | 14 class Scheduler; 22 …HeadlessFrontend(float pixelRatio_, FileSource&, Scheduler&, const optional<std::string> programCa… 23 …HeadlessFrontend(Size, float pixelRatio_, FileSource&, Scheduler&, const optional<std::string> pro…
|
| H A D | headless_frontend.cpp | 10 HeadlessFrontend::HeadlessFrontend(float pixelRatio_, FileSource& fileSource, Scheduler& scheduler,… in HeadlessFrontend() 14 HeadlessFrontend::HeadlessFrontend(Size size_, float pixelRatio_, FileSource& fileSource, Scheduler… in HeadlessFrontend()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/ |
| H A D | run_loop.cpp | 23 assert(static_cast<RunLoop*>(Scheduler::GetCurrent())); in Get() 24 return static_cast<RunLoop*>(Scheduler::GetCurrent()); in Get() 39 Scheduler::SetCurrent(this); in RunLoop() 46 Scheduler::SetCurrent(nullptr); in ~RunLoop()
|
| H A D | qmapboxgl_map_renderer.cpp | 11 force.setLocalData(mbgl::Scheduler::GetCurrent() == nullptr); in needsToForceScheduler() 39 if (mbgl::Scheduler::GetCurrent() == nullptr) { in QMapboxGLMapRenderer() 40 mbgl::Scheduler::SetCurrent(scheduler); in QMapboxGLMapRenderer()
|
| H A D | qmapboxgl_scheduler.hpp | 13 class QMapboxGLScheduler : public QObject, public mbgl::Scheduler
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/ |
| H A D | run_loop.cpp | 54 assert(static_cast<RunLoop*>(Scheduler::GetCurrent())); in Get() 55 return static_cast<RunLoop*>(Scheduler::GetCurrent()); in Get() 100 Scheduler::SetCurrent(this); in RunLoop() 105 Scheduler::SetCurrent(nullptr); in ~RunLoop()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/sprite/ |
| H A D | sprite_loader.cpp | 23 Loader(Scheduler& scheduler, SpriteLoader& imageManager) in Loader() 24 : mailbox(std::make_shared<Mailbox>(*Scheduler::GetCurrent())), in Loader() 43 void SpriteLoader::load(const std::string& url, Scheduler& scheduler, FileSource& fileSource) { in load()
|
| H A D | sprite_loader.hpp | 15 class Scheduler; 24 void load(const std::string& url, Scheduler&, FileSource&);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | tile_parameters.hpp | 8 class Scheduler; 19 Scheduler& workerScheduler;
|
| H A D | renderer_impl.hpp | 31 class Scheduler; 40 Impl(RendererBackend&, float pixelRatio_, FileSource&, Scheduler&, GLContextMode, 87 Scheduler& scheduler;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/ |
| H A D | style_impl.hpp | 28 class Scheduler; 41 Impl(Scheduler&, FileSource&, float pixelRatio); 101 Scheduler& scheduler;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/renderer/ |
| H A D | renderer.hpp | 20 class Scheduler; 26 Renderer(RendererBackend&, float pixelRatio_, FileSource&, Scheduler&,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/map/ |
| H A D | map_snapshotter.cpp | 17 std::shared_ptr<Scheduler>, 43 std::shared_ptr<Scheduler> scheduler; 49 std::shared_ptr<Scheduler> scheduler_, in Impl() 165 std::shared_ptr<Scheduler> scheduler, in MapSnapshotter()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/ |
| H A D | style.hpp | 14 class Scheduler; 25 Style(Scheduler&, FileSource&, float pixelRatio);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/map/ |
| H A D | map.hpp | 22 class Scheduler; 37 Scheduler&,
|
| /OK3568_Linux_fs/kernel/Documentation/scheduler/ |
| H A D | text_files.rst | 1 Scheduler pelt c program
|
| H A D | index.rst | 2 Linux Scheduler
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/cronie/cronie/ |
| H A D | crond.service | 2 Description=Periodic Command Scheduler
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/util/ |
| H A D | default_thread_pool.hpp | 12 class ThreadPool : public Scheduler {
|