文件名称:basic_thread_module
- 所属分类:
 - Internet/网络编程
 - 资源属性:
 - [C/C++] [源码]
 - 上传时间:
 - 2013-03-07
 - 文件大小:
 - 1kb
 - 下载次数:
 - 0次
 - 提 供 者:
 - 田*
 - 相关连接:
 - 无
 - 下载说明:
 - 别用迅雷下载,失败请重下,重下不扣分!
 
下载 
            
                
                
	
	
	
	
                    别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
            如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
主要基于Linux介绍C多线程。在编译C的多线程时候,一方面必须指定Linux C语言线程库多线程库pthread,才可以正确编译(例如:gcc test.c -o test -lpthread);另一方面要包含有关线程头文件#include <pthread.h>。-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> .
			(系统自动生成,下载前可以参看下载内容)
下载文件列表
basic_thread_module.c