Plan 9 from Bell Labs’s /usr/web/sources/plan9/sys/src/libventi/queue.h

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


typedef struct Queue Queue;
#pragma incomplete Queue
Queue *_vtqalloc(void);
int _vtqsend(Queue*, void*);
void *_vtqrecv(Queue*);
void _vtqhangup(Queue*);
void *_vtnbqrecv(Queue*);
void _vtqdecref(Queue*);
Queue *_vtqincref(Queue*);

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.