Lines Matching refs:ospoll
2113 ospoll: Fix Solaris ports implementation to build on Solaris 11.4
4133 #22 ospoll_wait () at ospoll.c:651
4578 ==5331== by 0x2AC0D0: ospoll_wait (ospoll.c:651)
4594 ==5331== by 0x2AC0D0: ospoll_wait (ospoll.c:651)
4606 ==5331== by 0x2AC0D0: ospoll_wait (ospoll.c:651)
4661 ==5331== by 0x2AC0D0: ospoll_wait (ospoll.c:651)
4677 ==5331== by 0x2AC0D0: ospoll_wait (ospoll.c:651)
14297 is still running before changing the ospoll configuration of the file
14335 everywhere, in particular ensures that ospoll is notified about the
14349 from fd to client is now handled by ospoll.
19290 #9 ospoll_wait() at ospoll.c:412
20950 behavior to what it was before the ospoll changes.
21036 os: Add 'ospoll.h' to Makefile.am
22280 If a file descriptor is added or removed from an ospoll callback, then
22297 handles cases where an fd is removed from the ospoll callback
22757 os: Use ospoll for input thread [v2]
22763 v2: Keep ospoll API usage single threaded to avoid re-entrancy issues
22801 os: Add ospoll interface [v2]