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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_listener.c49 * properly, see listener_init() and listener_term(), and their calls
358 /* If listener_term() is causing this loop to terminate, then
359 * you will block here until listener_term wants you to proceed.
365 * Not from listener_term().
367 * future call to listener_term() will do nothing.
371 /* We assume that listener_term() is stopping us,
404 listener_term(JNIEnv *env) function
430 /* It stopped because of something listener_term() did. */

Completed in 1025 milliseconds