Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/async-profiler/async-profiler
/ jvmThreadWrapper
Function
jvmThreadWrapper
test/test/nonjava/non_java_app.cpp:311–319 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
309
}
310
311
void* jvmThreadWrapper(void* arg) {
312
loadJvmLib();
313
314
startJvm();
315
316
while (1) executeJvmTask();
317
318
return NULL;
319
}
320
321
/*
322
Here is the flow of the test:
Callers
nothing calls this directly
Calls
3
loadJvmLib
Function · 0.85
startJvm
Function · 0.85
executeJvmTask
Function · 0.85
Tested by
no test coverage detected