文件名称:pthreadcc
-
所属分类:
- 标签属性:
- 上传时间:2014-08-15
-
文件大小:15.86kb
-
已下载: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
pthreadcc/README
pthreadcc/src/condition.cpp
pthreadcc/src/mutualexclusion.cpp
pthreadcc/src/pthreadcc.h
pthreadcc/src/semaphore.cpp
pthreadcc/src/threadbase.cpp
pthreadcc/src/threadexception.cpp
pthreadcc/obj
pthreadcc/src
pthreadcc
pthreadcc/README
pthreadcc/src/condition.cpp
pthreadcc/src/mutualexclusion.cpp
pthreadcc/src/pthreadcc.h
pthreadcc/src/semaphore.cpp
pthreadcc/src/threadbase.cpp
pthreadcc/src/threadexception.cpp
pthreadcc/obj
pthreadcc/src
pthreadcc
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.