[llvm-commits] [PATCH] Improved threading support on Windows
Aaron Ballman
aaron at aaronballman.com
Mon Aug 29 15:09:07 PDT 2011
Ping?
On Tue, Aug 23, 2011 at 5:27 PM, Aaron Ballman <aaron at aaronballman.com> wrote:
> 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
>
More information about the llvm-commits
mailing list