MCPcopy Create free account
hub / github.com/java-native-access/jna / run

Method run

test/com/sun/jna/NativeTest.java:201–204  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

199 };
200 Thread t0 = new Thread() {
201 @Override
202 public void run() {
203 lib.callVoidCallback(cb);
204 }
205 };
206 t0.start();
207 t0.join();

Callers 15

mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45

Calls 1

callVoidCallbackMethod · 0.65

Tested by

no test coverage detected