This is the mail archive of the glibc-bugs@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]

[Bug nptl/16160] __lll_robust_trylock is not been implemented correctly in some architecture


http://sourceware.org/bugzilla/show_bug.cgi?id=16160

wangdeqiang <wang.deqiang1 at zte dot com.cn> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wang.deqiang1 at zte dot com.cn

--- Comment #1 from wangdeqiang <wang.deqiang1 at zte dot com.cn> ---
should i use "atomic_compare_and_exchange_val_acq (futex, id, 0)" to replace
"return atomic_compare_and_exchange_val_acq (futex, id, 0) != 0;" in
__lll_robust_trylock?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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