Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/marl/src/
H A Dscheduler.cpp267 Scheduler::Fiber::createFromCurrentThread(Allocator* allocator, uint32_t id) { in createFromCurrentThread() function in marl::Scheduler::Fiber
379 mainFiber = Fiber::createFromCurrentThread(scheduler->cfg.allocator, 0); in start()
392 mainFiber = Fiber::createFromCurrentThread(scheduler->cfg.allocator, 0); in start()
/aosp_15_r20/external/swiftshader/third_party/marl/include/marl/
H A Dscheduler.h264 static Allocator::unique_ptr<Fiber> createFromCurrentThread(