Searched refs:createFromCurrentThread (Results 1 – 2 of 2) sorted by relevance
267 Scheduler::Fiber::createFromCurrentThread(Allocator* allocator, uint32_t id) { in createFromCurrentThread() function in marl::Scheduler::Fiber379 mainFiber = Fiber::createFromCurrentThread(scheduler->cfg.allocator, 0); in start()392 mainFiber = Fiber::createFromCurrentThread(scheduler->cfg.allocator, 0); in start()
264 static Allocator::unique_ptr<Fiber> createFromCurrentThread(