Searched refs:JII_AttachCurrentThread (Results 1 – 1 of 1) sorted by relevance
307 static jint JII_AttachCurrentThread(JavaVM* vm, JNIEnv** p_env, void* raw_args, bool as_daemon) { in JII_AttachCurrentThread() function3070 return JII_AttachCurrentThread(vm, p_env, thr_args, false); in AttachCurrentThread()3074 return JII_AttachCurrentThread(vm, p_env, thr_args, true); in AttachCurrentThreadAsDaemon()