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

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.inline.hpp168 #define RESTARTABLE_RETURN_INT(_cmd) do { \ macro
190 RESTARTABLE_RETURN_INT(::close(fd));
194 RESTARTABLE_RETURN_INT(::close(fd));
202 RESTARTABLE_RETURN_INT(::recv(fd, buf, nBytes, flags));
206 RESTARTABLE_RETURN_INT(::send(fd, buf, nBytes, flags));
250 RESTARTABLE_RETURN_INT(::connect(fd, him, len));
255 RESTARTABLE_RETURN_INT(::accept(fd, him, len));
260 RESTARTABLE_RETURN_INT((int)::recvfrom(fd, buf, nBytes, flags, from, fromlen));
265 RESTARTABLE_RETURN_INT((int)::sendto(fd, buf, len, flags, to, tolen));
H A Dos_bsd.cpp3592 RESTARTABLE_RETURN_INT(::read(fd, buf, nBytes));
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.inline.hpp172 #define RESTARTABLE_RETURN_INT(_cmd) do { \ macro
206 RESTARTABLE_RETURN_INT(::recv(fd, buf, nBytes, flags));
210 RESTARTABLE_RETURN_INT(::send(fd, buf, nBytes, flags));
254 RESTARTABLE_RETURN_INT(::connect(fd, him, len));
265 RESTARTABLE_RETURN_INT((int)::recvfrom(fd, buf, nBytes, flags, from, fromlen));
270 RESTARTABLE_RETURN_INT((int)::sendto(fd, buf, len, flags, to, tolen));
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.inline.hpp223 #define RESTARTABLE_RETURN_INT(_cmd) do { \ macro
H A Dos_solaris.cpp5746 RESTARTABLE_RETURN_INT(::fsync(fd));
6719 RESTARTABLE_RETURN_INT(::close(fd));
6723 RESTARTABLE_RETURN_INT(::close(fd));
6735 RESTARTABLE_RETURN_INT((int)::send(fd, buf, nBytes, flags));

Completed in 72 milliseconds