文件名称:thread_class
介绍说明--下载内容均来自于网络,请自行研究使用
线程自己不拥有系统资源,只拥有一点在运行中必不可少的资源,但它可与同属一个进程的其它线程共享进程所拥有的全部资源。一个线程可以创建和撤消另一个线程,同一进程中的多个线程之间可以并发执行。由于线程之间的相互制约,致使线程在运行中呈现出间断性。线程也有就绪、阻塞和运行三种基本状态-lightweight processes thread
(系统自动生成,下载前可以参看下载内容)
下载文件列表
thread_class\thread_cond_sample
............\thread_cond_sample.c
............\.......poll\echo_client
............\...........\echo_client.c
............\...........\main
............\...........\makefile
............\...........\service.c
............\...........\service.o
............\...........\thread_pool.c
............\...........\thread_pool.h
............\...........\thread_pool.o
............\thread_sample
............\thread_sample.c
............\thread_sync
............\thread_sync.c
............\thread_poll
thread_class
............\thread_cond_sample.c
............\.......poll\echo_client
............\...........\echo_client.c
............\...........\main
............\...........\makefile
............\...........\service.c
............\...........\service.o
............\...........\thread_pool.c
............\...........\thread_pool.h
............\...........\thread_pool.o
............\thread_sample
............\thread_sample.c
............\thread_sync
............\thread_sync.c
............\thread_poll
thread_class