[mono-threads] Assert that we do not try to signal the handle multiple times
[mono.git] / mono / utils / mono-counters.h
index a8e6928dfbe84d036be48f0ef52e79987a24a97c..20be122e58288ccbd62cdcb25ab464080e9604d1 100644 (file)
@@ -26,6 +26,7 @@ enum {
        MONO_COUNTER_RUNTIME  = 1 << 13,
        MONO_COUNTER_SYSTEM   = 1 << 14,
        MONO_COUNTER_PERFCOUNTERS = 1 << 15,
+       MONO_COUNTER_PROFILER = 1 << 16,
        MONO_COUNTER_LAST_SECTION,
 
        /* Unit, bits 24-27 (4 bits) */