
Go to the source code of this file.
Functions | |
| void | monitor_init (void) |
| void | monitor_list (void) |
| void | monitor_cleanup (void) |
| void | monitor_clear (void) |
| void | monitor_write_contended_time (JNIEnv *env, double cutoff) |
| void | monitor_contended_enter_event (JNIEnv *env_id, jthread thread, jobject object) |
| void | monitor_contended_entered_event (JNIEnv *env_id, jthread thread, jobject object) |
| void | monitor_wait_event (JNIEnv *env_id, jthread thread, jobject object, jlong timeout) |
| void | monitor_waited_event (JNIEnv *env_id, jthread thread, jobject object, jboolean timed_out) |
| void monitor_cleanup | ( | void | ) |
Definition at line 228 of file hprof_monitor.c.


| void monitor_clear | ( | void | ) |
Definition at line 235 of file hprof_monitor.c.


| void monitor_contended_enter_event | ( | JNIEnv * | env_id, | |
| jthread | thread, | |||
| jobject | object | |||
| ) |
Definition at line 331 of file hprof_monitor.c.


| void monitor_contended_entered_event | ( | JNIEnv * | env_id, | |
| jthread | thread, | |||
| jobject | object | |||
| ) |
Definition at line 350 of file hprof_monitor.c.


| void monitor_init | ( | void | ) |
Definition at line 211 of file hprof_monitor.c.


| void monitor_list | ( | void | ) |
Definition at line 218 of file hprof_monitor.c.


| void monitor_wait_event | ( | JNIEnv * | env_id, | |
| jthread | thread, | |||
| jobject | object, | |||
| jlong | timeout | |||
| ) |
Definition at line 371 of file hprof_monitor.c.


| void monitor_waited_event | ( | JNIEnv * | env_id, | |
| jthread | thread, | |||
| jobject | object, | |||
| jboolean | timed_out | |||
| ) |
Definition at line 398 of file hprof_monitor.c.


| void monitor_write_contended_time | ( | JNIEnv * | env, | |
| double | cutoff | |||
| ) |
Definition at line 242 of file hprof_monitor.c.


1.6.1