MCPcopy Create free account
hub / github.com/beefytech/Beef / YieldInternal

Method YieldInternal

BeefRT/rt/Thread.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99bool Thread::YieldInternal()
100{
101 return BfpThread_Yield();
102}
103
104Thread* Thread::GetCurrentThreadNative()
105{

Callers

nothing calls this directly

Calls 1

BfpThread_YieldFunction · 0.50

Tested by

no test coverage detected