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

Aaron Ballman aaron at aaronballman.com
Tue Sep 13 18:00:53 PDT 2011


Ping?  It's discouraging when it takes 3 weeks to get a simple patch
committed.  :-(

~Aaron

On Mon, Aug 29, 2011 at 5:09 PM, Aaron Ballman <aaron at aaronballman.com> wrote:
> 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
>>
>
-------------- 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/20110913/b1374954/attachment.obj>


More information about the llvm-commits mailing list