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/21083] robust timed lock may leave other waiters no chance to wake up


https://sourceware.org/bugzilla/show_bug.cgi?id=21083

--- Comment #6 from ma.jiang at zte dot com.cn ---
sorry, made a stupid mistake...
          /* Already timed out?  */
          if (rt.tv_sec < 0)
            return ETIMEDOUT;  //->>> We have returned here, W_I_T_H_O_U_T
FUTEX_WAITERS in mutex->__data.__lock.

-- 
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]