Introduction - If you have any usage issues, please Google them yourself
Introduced Linux-based C multi-threaded. Compile the multithreaded C, when, on the one hand, you must specify the Linux C language threads library multi-threaded library the pthread can compile correctly (for example: gcc test.c-o test-lpthread) the other hand, contains information about the thread header files# include <pthread.h> .