ObjFW  Artifact Description [560881d237]

Artifact 560881d237b51710b8f8eb976745125ba2991e02186795ddc411c86789b0a6ff:

  • File src/OFKernelEventObserver_poll.h
    • 2016-03-20 14:07:47 — part of check-in [45518ae7b7] on branch trunk — 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. (user: js, size: 823) [annotate] [blame] [check-ins using]

    • 2016-03-20 14:19:43 — part of check-in [85917ea0dd] on branch 0.8 — 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. (user: js, size: 823) [annotate] [blame] [check-ins using]