Home | History | Annotate | Download | only in runtime

Lines Matching defs:AttachCurrentThreadAsDaemon

2046   static jint AttachCurrentThreadAsDaemon(JavaVM* vm, JNIEnv** p_env, void* thr_args) {
2049 return CHECK_JNI_EXIT("I", BaseVm(vm)->AttachCurrentThreadAsDaemon(vm, p_env, thr_args));
2078 CheckJII::AttachCurrentThreadAsDaemon