Home
last modified time | relevance | path

Searched defs:scheduler (Results 1 – 25 of 41) sorted by relevance

12

/third_party/boost/boost/sort/common/
Dscheduler.hpp52 struct scheduler struct
57 typedef std::scoped_allocator_adaptor <Allocator> scoped_alloc;
58 typedef std::deque <Func_t, scoped_alloc> deque_t;
59 typedef typename deque_t::iterator it_deque;
60 typedef std::thread::id key_t;
61 typedef std::hash <key_t> hash_t;
62 typedef std::equal_to <key_t> equal_t;
63 typedef std::unique_lock <spinlock_t> lock_t;
65 equal_t, scoped_alloc> map_t;
66 typedef typename map_t::iterator it_map;
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dscheduler_test.cpp25 auto scheduler = std::unique_ptr<marl::Scheduler>( in TEST_F() local
30 auto scheduler = std::unique_ptr<marl::Scheduler>( in TEST_F() local
44 auto scheduler = std::unique_ptr<marl::Scheduler>(new marl::Scheduler(cfg)); in TEST_F() local
57 auto scheduler = marl::Scheduler::get(); in TEST_P() local
86 auto scheduler = marl::Scheduler::get(); in TEST_P() local
129 auto scheduler = marl::Scheduler::get(); in TEST_P() local
163 auto scheduler = std::unique_ptr<marl::Scheduler>(new marl::Scheduler(cfg)); in TEST_F() local
189 auto scheduler = std::unique_ptr<marl::Scheduler>(new marl::Scheduler(cfg)); in TEST_F() local
219 auto scheduler = std::unique_ptr<marl::Scheduler>(new marl::Scheduler(cfg)); in TEST_F() local
Dmarl_test.h62 auto scheduler = new marl::Scheduler(cfg); in SetUp() local
67 auto scheduler = marl::Scheduler::get(); in TearDown() local
69 delete scheduler; in TearDown() local
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dblockingcall.h36 auto scheduler = Scheduler::get(); in call() local
61 auto scheduler = Scheduler::get(); in call() local
Dscheduler.h469 Scheduler* const scheduler; variable
584 auto scheduler = Scheduler::get(); in schedule() local
593 auto scheduler = Scheduler::get(); in schedule() local
603 auto scheduler = Scheduler::get(); in schedule() local
/third_party/boost/boost/statechart/
Dprocessor_container.hpp81 Scheduler & scheduler, const processor_handle & handle in processor_context()
112 WorkItem create_processor( processor_handle & handle, Scheduler & scheduler ) in create_processor()
128 processor_handle & handle, Scheduler & scheduler, Arg1 arg1 ) in create_processor()
147 processor_handle & handle, Scheduler & scheduler, Arg1 arg1, Arg2 arg2 ) in create_processor()
167 processor_handle & handle, Scheduler & scheduler, in create_processor()
191 processor_handle & handle, Scheduler & scheduler, in create_processor()
216 processor_handle & handle, Scheduler & scheduler, in create_processor()
242 processor_handle & handle, Scheduler & scheduler, in create_processor()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
DOboeTesterStreamCallback.cpp28 int scheduler = sched_getscheduler(gettid()); in printScheduler() local
/third_party/boost/libs/statechart/test/
DFifoSchedulerTest.cpp153 sc::fifo_scheduler<> & scheduler, unsigned long expectedEventCount ) in RunScheduler()
171 sc::fifo_scheduler<> & scheduler, in Check()
227 sc::fifo_scheduler<> scheduler; in test_main() local
/third_party/gn/src/gn/
Dtest_with_scheduler.h17 Scheduler& scheduler() { return scheduler_; } in scheduler() function
Dsetup.h75 Scheduler& scheduler() { return scheduler_; } in scheduler() function
/third_party/grpc/src/core/lib/iomgr/
Dclosure.h115 #define GRPC_CLOSURE_INIT(closure, cb, cb_arg, scheduler) \ argument
118 #define GRPC_CLOSURE_INIT(closure, cb, cb_arg, scheduler) \ argument
160 #define GRPC_CLOSURE_CREATE(cb, cb_arg, scheduler) \ argument
163 #define GRPC_CLOSURE_CREATE(cb, cb_arg, scheduler) \ argument
/third_party/skia/third_party/externals/swiftshader/third_party/marl/examples/
Dtasks_in_tasks.cpp29 marl::Scheduler scheduler(cfg); in main() local
Dhello_task.cpp30 marl::Scheduler scheduler(cfg); in main() local
Dprimes.cpp47 marl::Scheduler scheduler(marl::Scheduler::Config::allCores()); in main() local
/third_party/boost/libs/asio/include/boost/asio/execution/
Dscheduler.hpp72 BOOST_ASIO_CONCEPT scheduler = is_scheduler<T>::value; variable
/third_party/boost/boost/asio/execution/
Dscheduler.hpp72 BOOST_ASIO_CONCEPT scheduler = is_scheduler<T>::value; variable
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkQueue.cpp167 Queue::Queue(Device *device, marl::Scheduler *scheduler) in Queue()
272 void Queue::taskLoop(marl::Scheduler *scheduler) in taskLoop()
/third_party/toybox/toys/other/
Dchrt.c47 #define sched_setscheduler(pid, scheduler, param) \ argument
/third_party/boost/boost/fiber/
Dscheduler.hpp40 class BOOST_FIBERS_DECL scheduler { class
/third_party/boost/boost/asio/detail/
Dscheduler.hpp39 class scheduler class
/third_party/boost/libs/asio/include/boost/asio/detail/
Dscheduler.hpp39 class scheduler class
/third_party/boost/boost/thread/executors/
Dscheduler.hpp226 class scheduler : public detail::scheduled_executor_base<Clock> class
233 scheduler() in scheduler() function in boost::executors::scheduler
/third_party/python/Lib/
Dsched.py51 class scheduler: class
/third_party/node/src/
Dnode_platform.cc93 DelayedTaskScheduler* scheduler = in FlushTasks() local
101 explicit StopTask(DelayedTaskScheduler* scheduler): scheduler_(scheduler) {} in StopTask()
119 ScheduleTask(DelayedTaskScheduler* scheduler, in ScheduleTask()
142 DelayedTaskScheduler* scheduler = in RunTask() local
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dmemory_scheduler.h122 auto scheduler = GetMemScheduler(uid); in GetOrCreateMemScheduler() local

12