Home
last modified time | relevance | path

Searched refs:Scheduler (Results 1 – 25 of 78) sorted by relevance

1234

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/actor/
H A Dscheduler.cpp7 static util::ThreadLocal<Scheduler> scheduler; in current()
11 void Scheduler::SetCurrent(Scheduler* scheduler) { in SetCurrent()
15 Scheduler* Scheduler::GetCurrent() { in GetCurrent()
H A Dmailbox.cpp12 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 Dscheduler.hpp31 class Scheduler { class
33 virtual ~Scheduler() = default;
42 static Scheduler* GetCurrent();
43 static void SetCurrent(Scheduler*);
H A Dmailbox.hpp11 class Scheduler;
23 Mailbox(Scheduler&);
28 void open(Scheduler& scheduler_);
39 optional<Scheduler*> scheduler;
H A Destablished_actor.hpp35 EstablishedActor(Scheduler& scheduler, AspiringActor<Object>& parent_, Args&& ... args) in EstablishedActor()
44 EstablishedActor(Scheduler& scheduler, AspiringActor<Object>& parent_, ArgsTuple&& args) in EstablishedActor()
H A Dactor.hpp55 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 Dheadless_frontend.hpp14 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 Dheadless_frontend.cpp10 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 Drun_loop.cpp23 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 Dqmapboxgl_map_renderer.cpp11 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 Dqmapboxgl_scheduler.hpp13 class QMapboxGLScheduler : public QObject, public mbgl::Scheduler
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Drun_loop.cpp54 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 Dsprite_loader.cpp23 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 Dsprite_loader.hpp15 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 Dtile_parameters.hpp8 class Scheduler;
19 Scheduler& workerScheduler;
H A Drenderer_impl.hpp31 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 Dstyle_impl.hpp28 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 Drenderer.hpp20 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 Dmap_snapshotter.cpp17 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 Dstyle.hpp14 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 Dmap.hpp22 class Scheduler;
37 Scheduler&,
/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A Dtext_files.rst1 Scheduler pelt c program
H A Dindex.rst2 Linux Scheduler
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/cronie/cronie/
H A Dcrond.service2 Description=Periodic Command Scheduler
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/util/
H A Ddefault_thread_pool.hpp12 class ThreadPool : public Scheduler {

1234