Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ yield
Method
yield
src/system/posix.cpp:924–927 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
922
}
923
924
virtual void yield()
925
{
926
sched_yield();
927
}
928
929
virtual void exit(int code)
930
{
Callers
3
Avian_java_lang_Thread_yield
Function · 0.45
EXPORT(JVM_Yield)
Function · 0.45
Avian_java_lang_Thread_yield
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected