#include <prod_cons.h>
Data Fields | |
| int | prod_pos |
| int | cons_pos |
| sem_t | prod_sem |
| sem_t | cons_sem |
| pthread_mutex_t | prod_mutex |
| pthread_mutex_t | cons_mutex |
| int | buf_size |
| void ** | buffer |
Definition at line 8 of file prod_cons.h.
|
|
Definition at line 15 of file prod_cons.h. Referenced by create_prod_cons(), get(), and put(). |
|
|
Definition at line 16 of file prod_cons.h. Referenced by create_prod_cons(), destroy_prod_cons(), get(), and put(). |
|
|
Definition at line 14 of file prod_cons.h. Referenced by create_prod_cons(), and get(). |
|
|
Definition at line 10 of file prod_cons.h. Referenced by create_prod_cons(), and get(). |
|
|
Definition at line 12 of file prod_cons.h. Referenced by create_prod_cons(), destroy_prod_cons(), get(), and put(). |
|
|
Definition at line 13 of file prod_cons.h. Referenced by create_prod_cons(), and put(). |
|
|
Definition at line 9 of file prod_cons.h. Referenced by create_prod_cons(), and put(). |
|
|
Definition at line 11 of file prod_cons.h. Referenced by create_prod_cons(), destroy_prod_cons(), get(), and put(). |
1.4.6