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