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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_monitor.h51 void monitor_contended_enter_event(JNIEnv *env_id, jthread thread,
53 void monitor_contended_entered_event(JNIEnv* env_id, jthread thread,
55 void monitor_wait_event(JNIEnv *env_id, jthread thread,
57 void monitor_waited_event(JNIEnv *env_id, jthread thread,
H A Dhprof_event.h55 void event_thread_start(JNIEnv *env_id, jthread thread);
56 void event_thread_end(JNIEnv *env_id, jthread thread);
/openjdk7/hotspot/src/share/vm/prims/
H A Dforte.cpp375 JNIEnv *env_id; // Env where trace was recorded member in struct:__anon364
484 // a given thread. The thread is identified by the env_id field in the
497 // JNIEnv *env_id;
503 // env_id - ID of thread which executed this trace.
527 if (trace->env_id == NULL ||
528 (thread = JavaThread::thread_from_jni_environment(trace->env_id)) == NULL ||
531 // bad env_id, thread has exited or thread is exiting

Completed in 38 milliseconds