#include <adt/list.h>
#include <fibril_synch.h>
Go to the source code of this file.
Data Structures | |
struct | prodcons_t |
Functions | |
link_t * | prodcons_consume (prodcons_t *pc) |
void | prodcons_initialize (prodcons_t *pc) |
void | prodcons_produce (prodcons_t *pc, link_t *item) |
Definition in file prodcons.h.