On Mon, 2016-05-23 at 14:31 -0700, Davidlohr Bueso wrote:
> On Mon, 23 May 2016, Jason Low wrote:
>
> >On Fri, 2016-05-20 at 18:00 -0700, Davidlohr Bueso wrote:
> >> On Fri, 20 May 2016, Waiman Long wrote:
> >>
> >> >I think mutex-debug.h also needs similar changes for completeness.
> >>
> >> Mayb
On Mon, 23 May 2016, Jason Low wrote:
On Fri, 2016-05-20 at 18:00 -0700, Davidlohr Bueso wrote:
On Fri, 20 May 2016, Waiman Long wrote:
>I think mutex-debug.h also needs similar changes for completeness.
Maybe, but given that with debug the wait_lock is unavoidable, doesn't
this send the wron
On Fri, 2016-05-20 at 18:00 -0700, Davidlohr Bueso wrote:
> On Fri, 20 May 2016, Waiman Long wrote:
>
> >I think mutex-debug.h also needs similar changes for completeness.
>
> Maybe, but given that with debug the wait_lock is unavoidable, doesn't
> this send the wrong message?
The mutex_set_owne
On 05/20/2016 09:00 PM, Davidlohr Bueso wrote:
On Fri, 20 May 2016, Waiman Long wrote:
I think mutex-debug.h also needs similar changes for completeness.
Maybe, but given that with debug the wait_lock is unavoidable, doesn't
this send the wrong message?
Thanks,
Davidlohr
You are right. Opt
On Fri, 20 May 2016, Waiman Long wrote:
I think mutex-debug.h also needs similar changes for completeness.
Maybe, but given that with debug the wait_lock is unavoidable, doesn't
this send the wrong message?
Thanks,
Davidlohr
On Fri, 2016-05-20 at 16:27 -0400, Waiman Long wrote:
> On 05/19/2016 06:23 PM, Jason Low wrote:
> > The mutex owner can get read and written to without the wait_lock.
> > Use WRITE_ONCE when setting and clearing the owner field in order
> > to avoid optimizations such as store tearing. This avoids
On 05/19/2016 06:23 PM, Jason Low wrote:
The mutex owner can get read and written to without the wait_lock.
Use WRITE_ONCE when setting and clearing the owner field in order
to avoid optimizations such as store tearing. This avoids
situations where the owner field gets written to with multiple
st
On Thu, 19 May 2016, Jason Low wrote:
The mutex owner can get read and written to without the wait_lock.
Use WRITE_ONCE when setting and clearing the owner field in order
to avoid optimizations such as store tearing. This avoids
situations where the owner field gets written to with multiple
stor
The mutex owner can get read and written to without the wait_lock.
Use WRITE_ONCE when setting and clearing the owner field in order
to avoid optimizations such as store tearing. This avoids
situations where the owner field gets written to with multiple
stores and another thread could concurrently
9 matches
Mail list logo