Searched refs:threadSetDaemon (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/back/
H A Dutil.h102 jmethodID threadSetDaemon; member in struct:__anon513
H A Dutil.c218 gdata->threadSetDaemon =
876 (env, thread, gdata->threadSetDaemon, JNI_TRUE);
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.c1544 jmethodID threadSetDaemon; local
1558 threadSetDaemon = getMethodID(env, clazz, "setDaemon",
1574 callVoidMethod(env, thread, threadSetDaemon, JNI_TRUE);

Completed in 48 milliseconds