Searched refs:MonitorIndex (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_monitor.c70 MonitorIndex *monitors;
78 get_pkey(MonitorIndex index)
90 get_info(MonitorIndex index)
100 static MonitorIndex
105 MonitorIndex index;
126 cleanup_item(MonitorIndex index, void *key_ptr, int key_len, void *info_ptr, void *arg)
153 collect_iterator(MonitorIndex index, void *key_ptr, int key_len, void *info_ptr, void *arg)
172 MonitorIndex monitor1;
173 MonitorIndex monitor2;
178 monitor1 = *(MonitorIndex *)p_monitor
[all...]
H A Dhprof_tls.h55 MonitorIndex tls_get_monitor(TlsIndex index);
56 void tls_set_monitor(TlsIndex index, MonitorIndex monitor_index);
H A Dhprof.h112 typedef TableIndex MonitorIndex; typedef
H A Dhprof_tls.c94 MonitorIndex monitor_index; /* last contended mon */
804 MonitorIndex
829 tls_set_monitor(TlsIndex index, MonitorIndex monitor_index)

Completed in 37 milliseconds