Home
last modified time | relevance | path

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

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