[PATCH] D36767: Implement the standard for timeouts for std::condition_variable

Tom via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 15 14:17:23 PDT 2017


tomcherry added a comment.

This is mostly an RFC.  The underlying issue is that we cannot use timed waits based on CLOCK_REALTIME on Android.  In trying to fix that, I figured I might as well try implementing the standard as described, though I understand that there'd be resistance to such a re-implementation.


https://reviews.llvm.org/D36767





More information about the cfe-commits mailing list