MOS Source Code
|
#include <pipe.h>
Public Attributes | |
u32 | magic |
waitlist_t | waitlist |
for both reader and writer, only one party can wait on the pipe at a time | |
spinlock_t | lock |
protects the buffer_pos (and thus the buffer) | |
bool | other_closed |
true if the other end of the pipe has been closed | |
void * | buffers |
ring_buffer_pos_t | buffer_pos |
waitlist_t waitlist |
spinlock_t lock |
bool other_closed |
true if the other end of the pipe has been closed
Definition at line 15 of file pipe.h.
Referenced by pipeio_io_close().
ring_buffer_pos_t buffer_pos |