Home
last modified time | relevance | path

Searched refs:hazard_index (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-linked-list-set.c29 …hazardous_pointer_with_mask (gpointer volatile *pp, MonoThreadHazardPointers *hp, int hazard_index) in mono_lls_get_hazardous_pointer_with_mask() argument
41 mono_hazard_pointer_set (hp, hazard_index, mono_lls_pointer_unmask (p)); in mono_lls_get_hazardous_pointer_with_mask()
48 mono_hazard_pointer_clear (hp, hazard_index); in mono_lls_get_hazardous_pointer_with_mask()
H A Dhazard-pointer.c193 mono_get_hazardous_pointer (gpointer volatile *pp, MonoThreadHazardPointers *hp, int hazard_index) in mono_get_hazardous_pointer() argument
205 mono_hazard_pointer_set (hp, hazard_index, p); in mono_get_hazardous_pointer()
209 mono_hazard_pointer_clear (hp, hazard_index); in mono_get_hazardous_pointer()
H A Dhazard-pointer.h30 …mono_get_hazardous_pointer (gpointer volatile *pp, MonoThreadHazardPointers *hp, int hazard_index);
H A Dmono-linked-list-set.h61 …azardous_pointer_with_mask (gpointer volatile *pp, MonoThreadHazardPointers *hp, int hazard_index);