Date: Tue, 26 Apr 2016 12:26:50 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 196844] [patch][doc] Add EXAMPLES section to kqueue(2) man page Message-ID: <bug-196844-9-S6Ugf6n8tP@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-196844-9@https.bugs.freebsd.org/bugzilla/> References: <bug-196844-9@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D196844 Konstantin Belousov <kib@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kib@FreeBSD.org --- Comment #4 from Konstantin Belousov <kib@FreeBSD.org> --- (In reply to fernando.apesteguia from comment #3) I mean that EV_ONESHOT is excessive when you continuously poll for the same event. It causes useless work for re-registering the event for each iterat= ion. I updated the code by removing the EV_ONESHOT (EV_CLEAR is needed because t= he vnode events are level-triggered), and also did misc. style cleanups. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196844-9-S6Ugf6n8tP>