deadlock simple example

This commit is contained in:
Remzi Arpaci-Dusseau
2019-05-19 12:27:13 -05:00
parent 89354869b0
commit 9bff66d2ca
4 changed files with 68 additions and 1 deletions

View File

@@ -10,7 +10,8 @@ endif
SRCS := atomicity.c \
atomicity_fixed.c \
ordering.c \
ordering_fixed.c
ordering_fixed.c \
deadlock.c
OBJS := ${SRCS:c=o}
PROGS := ${SRCS:.c=}