Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
wint_hread update
[simgrid.git] / src / xbt / win_thread.h
index f946434..f6c47e6 100644 (file)
@@ -177,6 +177,12 @@ win_thread_cond_broadcast(win_thread_cond_t* cond);
 int
 win_thread_cond_destroy(win_thread_cond_t* cond);
 
+/*
+ * Forces the current thread to relinquish use of its processor.
+ */
+void
+win_thread_yield(void);
+
 #ifdef __cplusplus
 extern }
 #endif