Searched defs:ready_queue (Results 1 – 7 of 7) sorted by relevance
345 const std::shared_ptr<ReadyQueue>& ready_queue, in thread_init()1423 void Engine::init_local_ready_queue(std::shared_ptr<ReadyQueue> ready_queue) { in init_local_ready_queue()1436 auto Engine::ready_queue( in ready_queue() function in torch::autograd::Engine
66 const std::shared_ptr<ReadyQueue>& ready_queue, in thread_init()
132 PCQueue ready_queue; in RunAsyncParts() local
182 PCQueue ready_queue; in RunAsyncParts() local
59 def _test_nested_child_body(i, ready_queue, nested_child_sleep): argument
79 const std::shared_ptr<ReadyQueue>& ready_queue) { in globalCpuThread()
290 std::multimap<Priority, ReadyListEntry> ready_queue; in CreateSchedule() local