Searched refs:POLLOUT (Results 1 - 5 of 5) sorted by relevance

/haiku/src/tests/system/kernel/
H A Dnull_poll_test.cpp19 pfd.events = POLLOUT;
27 if (pfd.revents != POLLOUT)
/haiku/headers/posix/
H A Dpoll.h23 #define POLLOUT 0x0002 /* file descriptor is writeable */ macro
25 #define POLLWRNORM POLLOUT
/haiku/src/kits/network/libnetapi/
H A DAbstractSocket.cpp177 return _WaitFor(POLLOUT, timeout);
/haiku/src/bin/debug/strace/
H A DNetworkTypes.cpp219 if ((tmp[i].events & POLLOUT) != 0) {
222 r += "POLLOUT";
235 if ((tmp[i].revents & POLLOUT) != 0) {
238 r += "POLLOUT";
/haiku/src/system/kernel/events/
H A Dwait_for_objects.cpp248 { "w", POLLOUT },

Completed in 117 milliseconds