/pthread_practice

Some practice code of pthread.

Primary LanguageCGNU General Public License v3.0GPL-3.0

Simple Practice of pthread

Compile with clang -g -lpthread app.c.Debug with lldb ./a.out.Or by gcc,
gcc -g -lpthread app.c and gdb ./a.out