This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 4/6] Do not call _xend if no transaction is active.


On Mon, Sep 02, 2013 at 10:04:50AM +0200, Dominik Vogt wrote:
> -    _xend();
> +    if (_xtest () != 0)
> +      _xend ();

Is this use of _xtest semantically correct?  (I.e. does
_xtest () != 0 mean that a transaction is active?)

Ciao

Dominik ^_^  ^_^

-- 

Dominik Vogt
IBM Germany


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]