Searched refs:tls_get_trace (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_tls.h80 TraceIndex tls_get_trace(TlsIndex index, JNIEnv *env,
H A Dhprof_event.c56 trace_index = tls_get_trace(tls_index, env, gdata->max_trace_depth, skip_init);
H A Dhprof_monitor.c208 trace_index = tls_get_trace(tls_index, env, gdata->max_trace_depth, JNI_FALSE);
H A Dhprof_init.c1194 gdata->system_trace_index = tls_get_trace(tls_index, env,
1200 gdata->hprof_trace_index = tls_get_trace(tls_index, env,
H A Dhprof_tls.c1123 tls_get_trace(TlsIndex index, JNIEnv *env, int depth, jboolean skip_init) function

Completed in 38 milliseconds