Home
last modified time | relevance | path

Searched refs:syscall (Results 1 – 6 of 6) sorted by relevance

/libuv/src/win/
H A Derror.c35 void uv_fatal_error(const int errorno, const char* syscall) { in uv_fatal_error() argument
51 if (syscall) { in uv_fatal_error()
52 fprintf(stderr, "%s: (%d) %s", syscall, errorno, errmsg); in uv_fatal_error()
H A Dinternal.h259 __declspec(noreturn) void uv_fatal_error(const int errorno, const char* syscall);
/libuv/src/unix/
H A Drandom-sysctl-linux.c71 if (syscall(SYS__sysctl, &args) == -1) in uv__random_sysctl()
H A Dlinux.c385 return syscall(__NR_copy_file_range, in uv__fs_copy_file_range()
408 rc = syscall(__NR_statx, dirfd, path, flags, mask, statxbuf); in uv__statx()
423 rc = syscall(__NR_getrandom, buf, buflen, flags); in uv__getrandom()
433 return syscall(__NR_io_uring_setup, entries, params); in uv__io_uring_setup()
445 return syscall(__NR_io_uring_enter, in uv__io_uring_enter()
456 return syscall(__NR_io_uring_register, fd, opcode, arg, nargs); in uv__io_uring_register()
H A Dcore.c93 # define gettid() syscall(SYS_gettid)
603 rc = syscall(SYS_close, fd); in uv__close_nocancel()
607 return syscall(SYS_close, fd); in uv__close_nocancel()
/libuv/
H A DChangeLog128 * linux: add missing riscv syscall numbers (michalbiesek)
312 * linux: remove unused or obsolete syscall wrappers (Ben Noordhuis)
2281 * unix,fs: remove uv__utimesat() syscall fallback (Jeremiah Senkpiel)
2287 * linux: remove epoll syscall wrappers (Ben Noordhuis)
3352 * unix: don't convert stat buffer when syscall fails (Ben Noordhuis)
3648 * darwin: replace F_FULLFSYNC with fdatasync syscall (Saúl Ibarra Corretgé)
4172 * linux: intercept syscall when running under memory sanitizer (Keno Fischer)
6032 * unix: limit the number of iovecs written in a single `writev` syscall to

Completed in 28 milliseconds