Home
last modified time | relevance | path

Searched refs:wait_type (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/
H A Dsocket305 enum wait_type : int { };
307 static constexpr wait_type wait_read = (wait_type)POLLIN;
308 static constexpr wait_type wait_write = (wait_type)POLLOUT;
309 static constexpr wait_type wait_error = (wait_type)POLLERR;
311 static constexpr wait_type wait_read = (wait_type)1;
312 static constexpr wait_type wait_write = (wait_type)2;
313 static constexpr wait_type wait_error = (wait_type)4;
1035 wait(wait_type __w)
1039 wait(wait_type __w, error_code& __ec)
1057 async_wait(wait_type __w, _CompletionToken&& __token)
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/
H A Dsocket290 enum wait_type : int
296 static constexpr wait_type wait_read = __wait_read;
297 static constexpr wait_type wait_write = __wait_write;
298 static constexpr wait_type wait_error = __wait_error;
999 wait(wait_type __w)
1003 wait(wait_type __w, error_code& __ec)
1021 async_wait(wait_type __w, _CompletionToken&& __token)
2251 wait(wait_type __w)
2255 wait(wait_type __w, error_code& __ec)
2272 async_wait(wait_type __w, _CompletionToken&& __token)
/netbsd-src/external/mit/xorg/lib/libxcb/files/
H A Dsync.h127 uint32_t wait_type; member
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20217065 Cast wait_type constant to int.
7078 (socket_base::wait_type, socket_base::message_flags):