文件名称:ThreadMigrate
介绍说明--下载内容均来自于网络,请自行研究使用
封装win32和POSIX线程API。从而能够使得多线程程序能够方便在windows和linux平台移植。
压缩包中有两个文件:Thread.h和testMain.cpp。其中Thread.h是线程封装的实现,testMain.cpp是测试代码文件。
windows下使用VC7.0编译通过。Linux下用gcc3.2.3编译通过。
该版本只支持下列API:
线程创建,清除。
互斥量操作。
等待其他线程。-Packaging and POSIX threads API. In order to make multi-threaded processes to facilitate the Windows and Linux platforms. Compressed are two documents : Thread.h and testMain.cpp. Which is threaded Packaging Thread.h the realization testMain.cpp is testing the code document. Windows use VC7.0 compile. Linux use gcc3.2.3 compile. This version only supports the following API : threads created to remove. Exclusive volume operation. Wait for the other threads.
压缩包中有两个文件:Thread.h和testMain.cpp。其中Thread.h是线程封装的实现,testMain.cpp是测试代码文件。
windows下使用VC7.0编译通过。Linux下用gcc3.2.3编译通过。
该版本只支持下列API:
线程创建,清除。
互斥量操作。
等待其他线程。-Packaging and POSIX threads API. In order to make multi-threaded processes to facilitate the Windows and Linux platforms. Compressed are two documents : Thread.h and testMain.cpp. Which is threaded Packaging Thread.h the realization testMain.cpp is testing the code document. Windows use VC7.0 compile. Linux use gcc3.2.3 compile. This version only supports the following API : threads created to remove. Exclusive volume operation. Wait for the other threads.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 113172207threadmigrate.rar 列表 testMain.cpp Thread.h