weifengcheng-jpg / Nginx_-_-

Nginx_线程池_删减版

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nginx_-_-

Nginx_线程池_删减版

编译

gcc demo_main.c thread_cond.c thread_mutex.c thread_pool.c -o demo_main -lpthread

运行

➜  Nginx_-_- git:(main) ✗ ./demo_main
Hello, this is 1th test.index=0
Hello, this is 2th test.index=0
Hello, this is 3th test.index=0
arg1: 666, arg2: 888
➜  Nginx_-_- git:(main) ✗

About

Nginx_线程池_删减版


Languages

Language:C 93.0%Language:C++ 7.0%