Searched refs:raw_send (Results 1 - 7 of 7) sorted by relevance

/openjdk10/hotspot/src/os/bsd/vm/
H A Dos_bsd.inline.hpp176 inline int os::raw_send(int fd, char* buf, size_t nBytes, uint flags) { function in class:os
/openjdk10/hotspot/src/os/linux/vm/
H A Dos_linux.inline.hpp168 inline int os::raw_send(int fd, char* buf, size_t nBytes, uint flags) { function in class:os
/openjdk10/hotspot/src/os/aix/vm/
H A Dos_aix.inline.hpp169 inline int os::raw_send(int fd, char *buf, size_t nBytes, uint flags) { function in class:os
/openjdk10/hotspot/src/share/vm/runtime/
H A Dos.hpp736 static int raw_send(int fd, char* buf, size_t nBytes, uint flags);
/openjdk10/hotspot/src/share/vm/utilities/
H A Dostream.cpp1062 int result = os::raw_send(_socket, (char *)base(), size(), 0);
/openjdk10/hotspot/src/os/windows/vm/
H A Dos_windows.cpp5128 int os::raw_send(int fd, char* buf, size_t nBytes, uint flags) { function in class:os
/openjdk10/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp5460 int os::raw_send(int fd, char* buf, size_t nBytes, uint flags) { function in class:os

Completed in 161 milliseconds