no lock while signalling

This commit is contained in:
Remzi Arpaci-Dusseau
2019-04-30 09:57:31 -05:00
parent 606f0e004f
commit 0e2552ac55
2 changed files with 35 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ CFLAGS := -Wall -Werror -I../include
SRCS := join.c \
join_spin.c \
join_no_lock.c \
join_modular.c
OBJS := ${SRCS:c=o}