[PATCH] D28220: provide Win32 native threading

Saleem Abdulrasool via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 2 16:43:24 PST 2017


compnerd added a comment.

@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.


Repository:
  rL LLVM

https://reviews.llvm.org/D28220





More information about the cfe-commits mailing list