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

Method DetachCurrentThread

JNI/jni/webshell/jni.h:1916–1918  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1914 return functions->AttachCurrentThread(this, penv, args);
1915 }
1916 jint DetachCurrentThread() {
1917 return functions->DetachCurrentThread(this);
1918 }
1919
1920 jint GetEnv(void **penv, jint version) {
1921 return functions->GetEnv(this, penv, version);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected