Download List

프로젝트 설명

DM1 Threads Library is a C++ library that
implements a portable layer of Threads
functionality on top of pthreads on UNIX
platforms, and Win32 threads on Windows platforms.
The library implements thread synchronization
objects such as Mutexes, Events, Monitors and
Latches. A ThreadPool object type is also provided.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-02-09 21:05
1.0.5

이 릴리스 모니터 개체, tryLock 추가 및 오류 처리를 단순화 할 때 활성 모니터 개체를 파괴합니다. 설명서를 업데이 트되었습니다.
Tags: Minor feature enhancements
This release adds tryLock to the Monitor object, and simplifies error handling when an active Monitor object is destroyed. The documentation has been updated.

2002-12-15 01:33
1.0.3

Makefile의 Linux 용 및 설명서 업데이 트합니다.
A Makefile for Linux, and documentation updates.

2002-10-23 09:34
1.0.1

Tags: Initial freshmeat announcement

Project Resources