Lines Matching refs:gdata

143     table_get_key(gdata->tls_table, index, (void**)&pkey, &key_len);
152 return (TlsInfo*)table_get_info(gdata->tls_table, index);
258 table_walk_items(gdata->tls_table, &search_item, (void*)&data);
278 table_free_entry(gdata->tls_table, index);
288 rawMonitorEnter(gdata->data_access_lock); {
289 table_walk_items(gdata->tls_table, &garbage_collect_item, (void*)env);
290 } rawMonitorExit(gdata->data_access_lock);
335 trace_index = gdata->system_trace_index;
515 if (gdata->prof_trace_depth > depth) {
518 trace_depth = gdata->prof_trace_depth;
578 trace_serial_num = trace_get_serial_number(gdata->system_trace_index);
594 return gdata->unknown_thread_serial_num;
705 thread_serial_num = gdata->thread_serial_number_counter++;
713 setup_trace_buffers(&info, gdata->max_trace_depth);
715 index = table_create_entry(gdata->tls_table, &thread_serial_num, (int)sizeof(SerialNumber), (void*)&info);
736 gdata->tls_table = table_initialize("TLS",
745 table_walk_items(gdata->tls_table, &list_item, NULL);
756 table_walk_items(gdata->tls_table, &sum_sample_status_item, (void*)&sample_status_total);
767 table_walk_items(gdata->tls_table, &sample_setter, (void*)&data);
793 setup_trace_buffers(info, gdata->max_trace_depth);
795 gdata->max_trace_depth, skip_init,
840 table_cleanup(gdata->tls_table, &cleanup_item, NULL);
841 gdata->tls_table = NULL;
847 table_walk_items(gdata->tls_table, &delete_ref_item, (void*)env);
856 table_lock_enter(gdata->tls_table); {
864 if (gdata->heap_dump && thread!=NULL) {
865 setup_trace_buffers(info, gdata->max_trace_depth);
867 gdata->max_trace_depth, JNI_FALSE,
873 } table_lock_exit(gdata->tls_table);
885 table_lock_enter(gdata->tls_table); {
891 max_count = table_element_count(gdata->tls_table);
903 table_walk_items(gdata->tls_table, &get_thread_list, (void*)&list);
907 gdata->max_trace_depth, JNI_FALSE);
916 } table_lock_exit(gdata->tls_table);
1022 if ( gdata->max_trace_depth == 0 ) {
1026 table_lock_enter(gdata->tls_table); {
1034 max_count = table_element_count(gdata->tls_table);
1048 table_walk_items(gdata->tls_table, &get_thread_list, (void*)&list);
1054 gdata->max_trace_depth, JNI_FALSE,
1065 } table_lock_exit(gdata->tls_table);
1078 rawMonitorEnter(gdata->data_access_lock); {
1081 } rawMonitorExit(gdata->data_access_lock);
1089 rawMonitorEnter(gdata->data_access_lock); {
1092 table_walk_items(gdata->tls_table, &dump_thread_state, (void*)env);
1093 table_walk_items(gdata->tls_table, &dump_monitor_state, (void*)env);
1095 } rawMonitorExit(gdata->data_access_lock);
1140 trace_index = gdata->system_trace_index;
1176 table_walk_items(gdata->tls_table, &clean_in_heap_dump, NULL);
1187 index = table_find_entry(gdata->tls_table,