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.cpp27 auto main = marl::OSFiber::createFiberFromCurrentThread(allocator); in TEST_F()
54 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.h71 createFiberFromCurrentThread(Allocator* allocator);
103 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.cpp274 OSFiber::createFiberFromCurrentThread(allocator), id); in createFromCurrentThread()