Home
last modified time | relevance | path

Searched refs:SYS_read (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dmalloc_io.h90 #if defined(JEMALLOC_USE_SYSCALL) && defined(SYS_read) in malloc_read_fd()
91 long result = syscall(SYS_read, fd, buf, count); in malloc_read_fd()
/f-stack/freebsd/sys/
H A Dsyscall.h11 #define SYS_read 3 macro