MCPcopy Create free account
hub / github.com/XUANXUQAQ/File-Engine / AttachCurrentThreadAsDaemon

Method AttachCurrentThreadAsDaemon

C++/sqliteJDBC/sqliteJDBC/jni.h:1916–1918  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected