Home | History | Annotate | Download | only in nativehelper

Lines Matching defs:AttachCurrentThreadAsDaemon

1047     jint        (*AttachCurrentThreadAsDaemon)(JavaVM*, JNIEnv**, void*);
1065 jint AttachCurrentThreadAsDaemon(JNIEnv** p_env, void* thr_args)
1066 { return functions->AttachCurrentThreadAsDaemon(this, p_env, thr_args); }