Home
last modified time | relevance | path

Searched refs:createFromCurrentThread (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/marl/src/
Dscheduler.cpp272 Scheduler::Fiber::createFromCurrentThread(Allocator* allocator, uint32_t id) { in createFromCurrentThread() function in marl::Scheduler::Fiber
382 mainFiber = Fiber::createFromCurrentThread(scheduler->cfg.allocator, 0); in start()
395 mainFiber = Fiber::createFromCurrentThread(scheduler->cfg.allocator, 0); in start()
/external/swiftshader/third_party/marl/include/marl/
Dscheduler.h262 static Allocator::unique_ptr<Fiber> createFromCurrentThread(