Home | History | Annotate | Download | only in vm

Lines Matching defs:AttachCurrentThread

2791  * Handle AttachCurrentThread{AsDaemon}.
2884 static jint AttachCurrentThread(JavaVM* vm, JNIEnv** p_env, void* thr_args) {
2889 * Like AttachCurrentThread, but set the "daemon" flag.
2971 if (AttachCurrentThread(vm, &tmpEnv, NULL) != JNI_OK) {
3294 AttachCurrentThread,