On Wed, Jan 21, 2015 at 5:38 PM, Bernd Edlinger
<bernd.edlin...@hotmail.de> wrote:
> Hi,
>
> On 21 Jan 2015 17:57:10, Dmitry Vyukov wrote:
>> Subject: Re: [PING] [PATCH] Fix parameters of __tsan_vptr_update
>> To: bernd.edlin...@hotmail.de
>> CC: konstantin.s.serebry...@gmail.com; mikest...@comcast.net; 
>> k...@google.com; ja...@redhat.com; richard.guent...@gmail.com; 
>> gcc-patches@gcc.gnu.org
>>
>> Refactored tests in clang to use barrier_init/wait:
>> http://llvm.org/viewvc/llvm-project?view=revision&revision=226659
>>
>> There are still few sleep call, like when we need to wait for a thread
>> to exit (there is really no point to insert barrier_wait); or when we
>> need to wait for a thread to _block_ inside of pthread_cond_wait; or
>> when a thread needs to process signals. But all remaining uses of
>> sleep are commented.
>>
>
> Wow. That was quick!
> You should no longer need the %deflake thing now, right?


You are right.
But I am somewhat tired of editing hundreds of files for today. Why
did I write so many tests, stupid!?

Reply via email to