Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ JvmHelper_InitOnce
Function
JvmHelper_InitOnce
src/cinder/android/JniHelper.cpp:143–149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
}
142
143
static void JvmHelper_InitOnce( JavaVM* jvm )
144
{
145
//dbg_app_log(
"JVMAttach_InitOnce"
);
146
147
pthread_once( &sThreadExitOnceInit, JvmHelper_MakeKey );
148
sJavaVm = jvm;
149
}
150
151
static JNIEnv* JvmHelper_Attach()
152
{
Callers
1
Initialize
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected