Searched refs:gc_finish_active (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof.h321 jboolean gc_finish_active; /* True if thread active */ member in struct:__anon533
H A Dhprof_init.c1033 gdata->gc_finish_active = JNI_TRUE;
1084 gdata->gc_finish_active = JNI_FALSE;
1274 * Then it sets gc_finish_active to JNI_FALSE and will notify us.
1283 while ( gdata->gc_finish_active ) {
1758 if ( gdata->gc_finish_active ) {

Completed in 36 milliseconds