- fiberRunFunction
void fiberRunFunction(void* threadVoid)
Undocumented in source. Be warned that the author may not have intended to support it.
- fiber_transfer
void fiber_transfer(Fiber from, Fiber to, Fiber.State fiberfromStateAfterTransfer, bool backFromFiber)
Undocumented in source. Be warned that the author may not have intended to support it.
- instructionPause
void instructionPause()
Undocumented in source. Be warned that the author may not have intended to support it.
- msleep
void msleep(int msecs)
Undocumented in source. Be warned that the author may not have intended to support it.
- rt_moduleTlsCtor
void rt_moduleTlsCtor()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- rt_moduleTlsDtor
void rt_moduleTlsDtor()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- threadRunFunction
void* threadRunFunction(void* threadVoid)
Undocumented in source. Be warned that the author may not have intended to support it.