[threads] Enable blocking transition with MONO_ENABLE_BLOCKING_TRANSITION env variabl...
[mono.git] / mono / utils / mono-threads-coop.h
index f6afc34dafc5a58666ad8f444326fb9b6abd0e5c..9937c78414923cac14359e40f861f57e4ce28396 100644 (file)
@@ -1,5 +1,6 @@
-/*
- * mono-threads-coop.h: Cooperative suspend thread helpers
+/**
+ * \file
+ * Cooperative suspend thread helpers
  *
  * Author:
  *     Rodrigo Kumpera (kumpera@gmail.com)
@@ -27,6 +28,9 @@ extern volatile size_t mono_polling_required;
 gboolean
 mono_threads_is_coop_enabled (void);
 
+gboolean
+mono_threads_is_blocking_transition_enabled (void);
+
 /* Internal API */
 
 void