[libcxx-commits] [PATCH] D87940: [SystemZ][ZOS] Porting the time functions within libc++ to z/OS

Zbigniew Sarbinowski via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Oct 5 07:30:21 PDT 2020


zibi added a comment.

ping



================
Comment at: libcxx/include/__threading_support:554
+   if (__micro_sec)
+      usleep(__micro_sec);
+#else
----------------
hubert.reinterpretcast wrote:
> This is the loop I mentioned. It ensures we do sleep as long as requested but has the problem of not knowing how long we have already slept for.
> This is the loop I mentioned. It ensures we do sleep as long as requested but has the problem of not knowing how long we have already slept for.

Thx, Hubert I was not sure if you wanted to make that change when you first time commented out.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87940/new/

https://reviews.llvm.org/D87940



More information about the libcxx-commits mailing list