FIFO
NAME
FIFO - first-in first-out interprocess queue
SYNOPSIS
FIFOs are intended to be the control plane for shared memory transports. Their read and write operations are more efficient than sockets or channels, but there are severe restrictions on the size of elements and buffers.
DESCRIPTION
TODO
SYSCALLS
- [
zx_fifo_create()] - create a new fifo - [
zx_fifo_read()] - read data from a fifo - [
zx_fifo_write()] - write data to a fifo
zx_fifo_create()zx_fifo_read()zx_fifo_write()
最后更新:
2022 年 12 月 31 日(Saturday) 21:07 CST