Add ch02 C++ threading equivalents

This commit is contained in:
Bassem Girgis
2018-10-18 14:55:48 -05:00
parent 7b46aaf5f9
commit 3005349ac0
3 changed files with 42 additions and 0 deletions

View File

@@ -70,6 +70,8 @@ SOURCES_CXX=\
ch01/alarm_cpp.cpp \
ch01/alarm_fork_cpp.cpp \
ch01/alarm_thread_cpp.cpp \
ch02/hello_cpp.cpp \
ch02/lifecycle_cpp.cpp \
ch03/alarm_mutex_cpp.cpp \
ch04/pipe_cpp.cpp