Home
last modified time | relevance | path

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

/TaskScheduler/Scheduler/Include/Platform/Windows/
H A DMTFiberOptimized.h147 void (*pFunc)() = (void(*)())&FiberFuncInternal; in Create() local
163 fiberContext.Rip = (unsigned long long) pFunc; in Create()
171 fiberContext.Eip = (unsigned long long) pFunc; in Create()