Home
last modified time | relevance | path

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; in main()
27 if (pfd.revents != POLLOUT) in main()
/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); in WaitForWritable()
/haiku/src/bin/debug/strace/
H A Devents.cpp37 FLAG_INFO_ENTRY(POLLOUT),
/haiku/src/system/kernel/events/
H A Dwait_for_objects.cpp248 { "w", POLLOUT }, in AddDump()