Konstantin Belousov wrote this message on Tue, Jan 18, 2011 at 21:57 +0000:
>   sf_buf_alloc() calls msleep(PCATCH) when SFB_CATCH flag was given,
>   and for simultaneous wakeup and signal delivery, msleep() returns
>   EINTR/ERESTART despite the thread was selected for wakeup_one(). As
>   result, we loose a wakeup, and some other waiter will not be woken up.

Shouldn't this behavior be documented in the man page?  That even
though msleep may return a non-zero value that it could have been
really woken up?

-- 
  John-Mark Gurney                              Voice: +1 415 225 5579

     "All that I will do, has been done, All that I have, has not."
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to