Home
last modified time | relevance | path

Searched defs:schedule_impl (Results 1 – 4 of 4) sorted by relevance

/dports/devel/rkcommon/rkcommon-1.8.0/rkcommon/tasking/detail/
H A Dschedule.inl23 inline void schedule_impl(TASK_T fcn) function
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/tests/relacy/relacy/relacy/
H A Drandom_scheduler.hpp54 thread_id_t schedule_impl(unpark_reason& reason, unsigned /*yield*/) in schedule_impl() function in rl::random_scheduler
H A Dfull_search_scheduler.hpp122 thread_id_t schedule_impl(unpark_reason& reason, unsigned yield) in schedule_impl() function in rl::tree_search_scheduler
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/compute/exec/
H A Dtask_util.cc308 Status TaskSchedulerImpl::StartScheduling(size_t thread_id, ScheduleImpl schedule_impl, in StartScheduling()