Searched refs:restartable_read (Results 1 - 6 of 6) sorted by relevance

/openjdk10/hotspot/src/os/windows/vm/
H A Dos_windows.inline.hpp89 inline size_t os::restartable_read(int fd, void *buf, unsigned int nBytes) { function in class:os
/openjdk10/hotspot/src/os/bsd/vm/
H A Dos_bsd.inline.hpp144 inline size_t os::restartable_read(int fd, void *buf, unsigned int nBytes) { function in class:os
/openjdk10/hotspot/src/os/linux/vm/
H A Dos_linux.inline.hpp136 inline size_t os::restartable_read(int fd, void *buf, unsigned int nBytes) { function in class:os
/openjdk10/hotspot/src/os/aix/vm/
H A Dos_aix.inline.hpp137 inline size_t os::restartable_read(int fd, void *buf, unsigned int nBytes) { function in class:os
/openjdk10/hotspot/src/share/vm/runtime/
H A Dos.hpp528 static size_t restartable_read(int fd, void *buf, unsigned int nBytes);
/openjdk10/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp2914 size_t os::restartable_read(int fd, void *buf, unsigned int nBytes) { function in class:os

Completed in 108 milliseconds