Pipes/FIFOs: Implement the unlink method. If the pipe/FIFO is unlinked, it...
Pipes/FIFOs: Implement the unlink method. If the pipe/FIFO is unlinked, it will marked the pipe/FIFO as unliked. If/when all open references to the driver are closed, all of the driver resources will be freed.
Showing
- drivers/pipes/fifo.c 11 additions, 10 deletionsdrivers/pipes/fifo.c
- drivers/pipes/pipe.c 18 additions, 17 deletionsdrivers/pipes/pipe.c
- drivers/pipes/pipe_common.c 70 additions, 13 deletionsdrivers/pipes/pipe_common.c
- drivers/pipes/pipe_common.h 17 additions, 3 deletionsdrivers/pipes/pipe_common.h
Loading
Please register or sign in to comment