Go to file
Nick Krichevsky 0403e2cd75 Join cancelled threads so we don't leak memory 2019-09-24 02:40:36 -04:00
.gitignore Add vgcore dumps to gitignore 2019-09-22 14:34:24 -04:00
Makefile Add -pthread to LDFLAGS 2019-09-21 19:35:42 -04:00
adder.c Fix check for send_result in adder 2019-09-23 15:36:05 -04:00
adder.h Add basic (untested) adder thread implementation 2019-09-23 13:06:31 -04:00
mailbox.c Free mailbox sems on free 2019-09-22 18:33:00 -04:00
mailbox.h Add basic RecvMsg routine 2019-09-22 15:05:12 -04:00
main.c Join cancelled threads so we don't leak memory 2019-09-24 02:40:36 -04:00
main.h Add result collection 2019-09-23 16:38:52 -04:00