TI part of the Java threading interface. The TI part is mostly targeted to address the needs of JVMTI and java.lang.management classes needs. All functions start with jthread_* prefix.
| typedef struct HyThread* jthread_iterator_t |
| VMEXPORT IDATA jthread_get_deadlocked_threads | ( | jthread * | thread_list, | |
| jint | thread_count, | |||
| jthread ** | dead_list, | |||
| jint * | dead_count | |||
| ) |
| VMEXPORT IDATA jthread_get_owned_monitors | ( | jthread | thread, | |
| jint * | mon_count_ptr, | |||
| jobject ** | monitors | |||
| ) |
| VMEXPORT jboolean jthread_is_thread_contention_monitoring_enabled | ( | ) |
| VMEXPORT jboolean jthread_is_thread_contention_monitoring_supported | ( | ) |
| VMEXPORT void jthread_set_thread_contention_monitoring_enabled | ( | jboolean | flag | ) |
| VMEXPORT IDATA jthread_get_thread_cpu_timer_info | ( | jvmtiTimerInfo * | info_ptr | ) |
| VMEXPORT jboolean jthread_is_current_thread_cpu_time_supported | ( | ) |
| VMEXPORT jboolean jthread_is_thread_cpu_time_enabled | ( | ) |
| VMEXPORT jboolean jthread_is_thread_cpu_time_supported | ( | ) |
| VMEXPORT void jthread_set_thread_cpu_time_enabled | ( | jboolean | flag | ) |
| VMEXPORT IDATA jthread_reset_peak_thread_count | ( | ) |
| VMEXPORT IDATA jthread_raw_monitor_create | ( | jrawMonitorID * | mon_ptr | ) |
| VMEXPORT IDATA jthread_raw_monitor_destroy | ( | jrawMonitorID | mon_ptr | ) |
| VMEXPORT IDATA jthread_raw_monitor_enter | ( | jrawMonitorID | mon_ptr | ) |
| VMEXPORT IDATA jthread_raw_monitor_try_enter | ( | jrawMonitorID | mon_ptr | ) |
| VMEXPORT IDATA jthread_raw_monitor_exit | ( | jrawMonitorID | mon_ptr | ) |
| VMEXPORT IDATA jthread_raw_monitor_notify | ( | jrawMonitorID | mon_ptr | ) |
| VMEXPORT IDATA jthread_raw_monitor_notify_all | ( | jrawMonitorID | mon_ptr | ) |
| VMEXPORT IDATA jthread_raw_monitor_wait | ( | jrawMonitorID | mon_ptr, | |
| I_64 | millis | |||
| ) |
| VMEXPORT JVMTILocalStorage* jthread_get_jvmti_local_storage | ( | jthread | java_thread | ) |
| VMEXPORT jthread_iterator_t jthread_iterator_create | ( | void | ) |
| VMEXPORT jthread jthread_iterator_next | ( | jthread_iterator_t * | it | ) |
| VMEXPORT IDATA jthread_iterator_reset | ( | jthread_iterator_t * | it | ) |
| VMEXPORT IDATA jthread_iterator_size | ( | jthread_iterator_t | iterator | ) |
| VMEXPORT IDATA jthread_iterator_release | ( | jthread_iterator_t * | it | ) |
Genereated on Tue Mar 11 19:25:23 2008 by Doxygen.
(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.