producer/consumer code (working)

This commit is contained in:
Remzi H. Arpaci-Dusseau
2019-04-22 10:51:36 -05:00
parent ac329a7f8f
commit d532b42eda
3 changed files with 127 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ SRCS := dining_philosophers_deadlock.c \
dining_philosophers_no_deadlock_print.c \
join.c \
binary.c \
producer_consumer_works.c \
zemaphore.c
OBJS := ${SRCS:c=o}