Searched defs:threadSetDaemon (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/back/
H A Dutil.h102 jmethodID threadSetDaemon; member in struct:__anon513
/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 47 milliseconds