Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/runtime/CPP/
H A DCPPScheduler.cpp189 … void set_fanout_mode(std::list<Thread> *thread_pool, unsigned int wake_beg, unsigned int wake_end) in set_fanout_mode()
283 auto wake_end = std::min(_wake_end, static_cast<unsigned int>(_info.num_threads - 1)); in worker_thread() local
394 … const auto wake_end = std::min((i + 1) * actual_wake_fanout - 1, num_threads_to_use - 1); in set_fanout_mode() local