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

Method AttachCurrentThreadAsDaemon

JNI/jni/webshell/jni.h:1923–1925  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1921 return functions->GetEnv(this, penv, version);
1922 }
1923 jint AttachCurrentThreadAsDaemon(void **penv, void *args) {
1924 return functions->AttachCurrentThreadAsDaemon(this, penv, args);
1925 }
1926#endif
1927};
1928

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected