MCPcopy 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
311void* jvmThreadWrapper(void* arg) {
312 loadJvmLib();
313
314 startJvm();
315
316 while (1) executeJvmTask();
317
318 return NULL;
319}
320
321/*
322Here is the flow of the test:

Callers

nothing calls this directly

Calls 3

loadJvmLibFunction · 0.85
startJvmFunction · 0.85
executeJvmTaskFunction · 0.85

Tested by

no test coverage detected