diff options
author | Pixel <pixel@nobis-crew.org> | 2011-10-09 22:58:44 -0700 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2011-10-09 22:58:44 -0700 |
commit | cf9a801ebcb4df0a8b1ea75e58ca8ea8960ba13b (patch) | |
tree | d27f9bf411f2c8d222a85935dec09a2616f61681 /Makefile | |
parent | 4010635b9c3d74e544d37d1e9295316cff01b014 (diff) |
Adding basic locks from libpthread. Also, that 'pending' loop belongs after we activate the tasks.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -62,6 +62,7 @@ Main.cc \ Printer.cc \ Task.cc \ TaskMan.cc \ +Threads.cc \ LIBCORO_SOURCES = \ coro.c \ |