From cf9a801ebcb4df0a8b1ea75e58ca8ea8960ba13b Mon Sep 17 00:00:00 2001 From: Pixel Date: Sun, 9 Oct 2011 22:58:44 -0700 Subject: Adding basic locks from libpthread. Also, that 'pending' loop belongs after we activate the tasks. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5d0ed2b..f0424e3 100644 --- a/Makefile +++ b/Makefile @@ -62,6 +62,7 @@ Main.cc \ Printer.cc \ Task.cc \ TaskMan.cc \ +Threads.cc \ LIBCORO_SOURCES = \ coro.c \ -- cgit v1.2.3