MCPcopy Create free account
hub / github.com/LSPosed/LSPlant / AttachCurrentThread

Method AttachCurrentThread

docs/jni.h:1938–1940  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1936 return functions->DestroyJavaVM(this);
1937 }
1938 jint AttachCurrentThread(void **penv, void *args) {
1939 return functions->AttachCurrentThread(this, penv, args);
1940 }
1941 jint DetachCurrentThread() {
1942 return functions->DetachCurrentThread(this);
1943 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected