MCPcopy Create free account
hub / github.com/Firebasky/Java / AttachCurrentThread

Method AttachCurrentThread

JNI/jni/webshell/jni.h:1913–1915  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1911 return functions->DestroyJavaVM(this);
1912 }
1913 jint AttachCurrentThread(void **penv, void *args) {
1914 return functions->AttachCurrentThread(this, penv, args);
1915 }
1916 jint DetachCurrentThread() {
1917 return functions->DetachCurrentThread(this);
1918 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected