Home | History | Annotate | Download | only in include

Lines Matching defs:AttachCurrentThreadAsDaemon

1078     jint        (*AttachCurrentThreadAsDaemon)(JavaVM*, JNIEnv**, void*);
1096 jint AttachCurrentThreadAsDaemon(JNIEnv** p_env, void* thr_args)
1097 { return functions->AttachCurrentThreadAsDaemon(this, p_env, thr_args); }