ObjFW  Check-in [85917ea0dd]

Overview
Comment:Use the locked queue for kqueue and epoll as well

_readObjects must only be changed from the thread running the observer
and not from a thread adding or removing objects to observe. This is
already handled by the locked queue used by poll and select, so the best
way to solve this is to use the locked queue for kqueue and epoll as
well.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 0.8
Files: files | file ages | folders
SHA3-256: 85917ea0dd6e8fe44d1bec5fe0d142d880749c717fc090df2643bdc948a40a47
User & Date: js on 2016-03-20 14:19:43
Other Links: branch diff | manifest | tags
Context
2016-03-20
14:58
OFKernelEventObserverTests: Properly count fails check-in: 62d1d615f8 user: js tags: 0.8
14:19
Use the locked queue for kqueue and epoll as well check-in: 85917ea0dd user: js tags: 0.8
12:05
Never block when the read buffer is non-empty check-in: b84490ab4f user: js tags: 0.8
Changes