Home
last modified time | relevance | path

Searched refs:createFiberFromCurrentThread (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/marl/src/
H A Dosfiber_test.cpp30 auto main = marl::OSFiber::createFiberFromCurrentThread(allocator); in TEST_F()
57 auto main = marl::OSFiber::createFiberFromCurrentThread(allocator); in TEST_F()
H A Dosfiber_windows.h32 static inline Allocator::unique_ptr<OSFiber> createFiberFromCurrentThread(
64 Allocator::unique_ptr<OSFiber> OSFiber::createFiberFromCurrentThread( in createFiberFromCurrentThread() function
H A Dosfiber_asm.h84 createFiberFromCurrentThread(Allocator* allocator);
116 Allocator::unique_ptr<OSFiber> OSFiber::createFiberFromCurrentThread( in createFiberFromCurrentThread() function
H A Dosfiber_ucontext.h43 static inline Allocator::unique_ptr<OSFiber> createFiberFromCurrentThread(
73 Allocator::unique_ptr<OSFiber> OSFiber::createFiberFromCurrentThread( in createFiberFromCurrentThread() function
H A Dscheduler.cpp269 OSFiber::createFiberFromCurrentThread(allocator), id); in createFromCurrentThread()