[llvm-commits] [PATCH] Improved threading support on Windows

Aaron Ballman aaron at aaronballman.com
Tue Aug 23 15:27:48 PDT 2011


On Tue, Aug 23, 2011 at 5:58 AM, NAKAMURA Takumi <geek4civic at gmail.com> wrote:
> Aaron, about Threading.diff,
>
> +      (void)::WaitForSingleObject(param.evt, INFINITE);
>
> I guess thread object might be the signal object. You may wait for hThread.

Good catch!  You're right, the thread will suffice.  I've attached an
updated patch which should be more straight-forward.

Thanks!

~Aaron
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Threading.diff
Type: application/octet-stream
Size: 1649 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110823/112df9f7/attachment.obj>


More information about the llvm-commits mailing list