Home
last modified time | relevance | path

Searched refs:thread_contentions (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dmono-perfcounters-def.h103 …FCTR_COUNTER(THREAD_CONTENTIONS, "Total # of Contentions", "", NumberOfItems32, thread_contentions)
104 …ER(THREAD_CONTENTIONSSEC, "Contention Rate / sec", "", RateOfCountsPerSecond32, thread_contentions)
H A Dmonitor.c796 mono_atomic_inc_i32 (&mono_perfcounters->thread_contentions); in mono_monitor_try_enter_inflated()
H A Dclass-internals.h852 gint32 thread_contentions; member