Home | History | Annotate | Download | only in drd

Lines Matching full:ulong

57 static ULong    s_context_switch_count;
58 static ULong s_discard_ordered_segments_count;
59 static ULong s_compute_conflict_set_count;
60 static ULong s_update_conflict_set_count;
61 static ULong s_update_conflict_set_new_sg_count;
62 static ULong s_update_conflict_set_sync_count;
63 static ULong s_update_conflict_set_join_count;
64 static ULong s_conflict_set_bitmap_creation_count;
65 static ULong s_conflict_set_bitmap2_creation_count;
1659 ULong DRD_(thread_get_context_switch_count)(void)
1665 ULong DRD_(thread_get_discard_ordered_segments_count)(void)
1671 ULong DRD_(thread_get_compute_conflict_set_count)()
1677 ULong DRD_(thread_get_update_conflict_set_count)(void)
1686 ULong DRD_(thread_get_update_conflict_set_new_sg_count)(void)
1696 ULong DRD_(thread_get_update_conflict_set_sync_count)(void)
1705 ULong DRD_(thread_get_update_conflict_set_join_count)(void)
1714 ULong DRD_(thread_get_conflict_set_bitmap_creation_count)(void)
1723 ULong DRD_(thread_get_conflict_set_bitmap2_creation_count)(void)