[PATCH] D28220: provide Win32 native threading

Andrey Khalyavin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 6 14:38:35 PST 2017


halyavin added a comment.

LGTM.



================
Comment at: include/__threading_support:480
+  if (!SleepConditionVariableSRW(__cv, __m,
+                                 timeout_ms.count() > 0 ? timeout_ms.count()
+                                                        : 0,
----------------
There is still problem with large timeout but let us fix it later.


https://reviews.llvm.org/D28220





More information about the cfe-commits mailing list