文件名称:pthreadcc
- 所属分类:
- Internet/网络编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2014-08-15
- 文件大小:
- 16kb
- 下载次数:
- 0次
- 提 供 者:
- 李*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
For those wishing to develop multi-threaded applications in a C++ class oriented
environment. This library allows creation of threads as classes as well as
access to multi-threaded programming tools as class abstractions. Even if the
basic programming paradigm is non class oriented, the availability of the MutEx,
Semaphore and Condition tools in a class instance can still be used.
-This project will compile to a dynamically loaded library that can be used when
developing multi-threaded applications in C++. The pthreadcc library is based
on the existing pthread library available in most UNIX installations. The
library defines a series of classes that can be used to implement a range of
thread based tools as well as a class that represents an extra thread. This
class library was developed by Jason But at Monash University
environment. This library allows creation of threads as classes as well as
access to multi-threaded programming tools as class abstractions. Even if the
basic programming paradigm is non class oriented, the availability of the MutEx,
Semaphore and Condition tools in a class instance can still be used.
-This project will compile to a dynamically loaded library that can be used when
developing multi-threaded applications in C++. The pthreadcc library is based
on the existing pthread library available in most UNIX installations. The
library defines a series of classes that can be used to implement a range of
thread based tools as well as a class that represents an extra thread. This
class library was developed by Jason But at Monash University
(系统自动生成,下载前可以参看下载内容)
下载文件列表
pthreadcc\Makefile
.........\README
.........\src\condition.cpp
.........\...\mutualexclusion.cpp
.........\...\pthreadcc.h
.........\...\semaphore.cpp
.........\...\threadbase.cpp
.........\...\threadexception.cpp
.........\obj
.........\src
pthreadcc