Sign in
plan9port
/
plan9
/
cac1425c4a48d9bdead08249ccfc0ba5d0156b97
/
.
/
src
/
libventi
/
queue.h
blob: 90ee1402cc6527a31b6b439fa1e8a2ba43046ff8 [
file
] [
log
] [
blame
]
typedef
struct
Queue
Queue
;
Queue
*
_vtqalloc
(
void
);
int
_vtqsend
(
Queue
*,
void
*);
void
*
_vtqrecv
(
Queue
*);
void
_vtqhangup
(
Queue
*);
void
*
_vtnbqrecv
(
Queue
*);
void
_vtqdecref
(
Queue
*);
Queue
*
_vtqincref
(
Queue
*);