#include "linux-syscalls.h"#include <unistd.h>#include <signal.h>#include <sys/syscall.h>#include <sys/types.h>#include <errno.h>
Go to the source code of this file.
Functions | |
| int | uv__dup3 (int oldfd, int newfd, int flags) |
| ssize_t | uv__getrandom (void *buf, size_t buflen, unsigned flags) |
| ssize_t | uv__preadv (int fd, const struct iovec *iov, int iovcnt, int64_t offset) |
| ssize_t | uv__pwritev (int fd, const struct iovec *iov, int iovcnt, int64_t offset) |
| int | uv__recvmmsg (int fd, struct uv__mmsghdr *mmsg, unsigned int vlen, unsigned int flags, struct timespec *timeout) |
| int | uv__sendmmsg (int fd, struct uv__mmsghdr *mmsg, unsigned int vlen, unsigned int flags) |
| int | uv__statx (int dirfd, const char *path, int flags, unsigned int mask, struct uv__statx *statxbuf) |
| ssize_t uv__getrandom | ( | void * | buf, |
| size_t | buflen, | ||
| unsigned | flags | ||
| ) |
Definition at line 199 of file linux-syscalls.c.
Definition at line 156 of file linux-syscalls.c.
Definition at line 165 of file linux-syscalls.c.
| int uv__recvmmsg | ( | int | fd, |
| struct uv__mmsghdr * | mmsg, | ||
| unsigned int | vlen, | ||
| unsigned int | flags, | ||
| struct timespec * | timeout | ||
| ) |
Definition at line 143 of file linux-syscalls.c.
Definition at line 131 of file linux-syscalls.c.