[PATCH] D28220: provide Win32 native threading
David Majnemer via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 2 16:52:34 PST 2017
majnemer added a comment.
In https://reviews.llvm.org/D28220#633622, @compnerd wrote:
> @majnemer Im using the Fls* APIs since they provide the thread termination callback, which Tls* doesn't. Good point about the SRW. Those are newer, but, we can always provide a fallback later.
I don't believe they are newer than the condition variable API so all should be fine.
Repository:
rL LLVM
https://reviews.llvm.org/D28220
More information about the cfe-commits
mailing list