Top > All Packages in Directory > Threads

Threads - Library to make threading under C++ easier

Threads is a library designed to make threading under C++ simpler. It provides a "pthread" class, with an abstract method called "thread". It also provides classes for mutual exclusion of parallel processes and condition signalling, and a semaphore class that comes in handy when synchronizing constructor and threaded method. The aim of the threads library is to provide a simple, yet powerful means of threading applcations, and to provide shared memory and process scoping to C++ programs.

Obtaining

Web pagehttp://threads.sourceforge.net/
Source tarballhttp://download.sourceforge.net/threads/threads-3.6.tar.gz
Source informationhttp://sourceforge.net/project/showfiles.php?group_id=3575
Version 3.2 (stable) released on 2001-07-16
Version 3.6 (devel) released on 2002-02-05
Licensed under The GNU General Public License, Version 2.
This is not a GNU package.

Support contacts

Announce Newshttp://sourceforge.net/projects/threads
Help List<threads-list@lists.sourceforge.net> http://sourceforge.net/mail/?group_id=3575
Developer List<threads-list@lists.sourceforge.net> http://sourceforge.net/mail/?group_id=3575
Bug Databasehttp://sourceforge.net/bugs/?group_id=3575

Project contacts

Maintainers
Developers

Related information

Source repository:pserver:anonymous@cvs.threads.sourceforge.net:/cvsroot/threads http://sourceforge.net/cvs/?group_id=3575
Interfaceslibrary
Source languagesC++

Entry information

License verified byJanet Casey <jcasey@gnu.org> on 2001-02-08
Entry compiled byJanet Casey <jcasey@gnu.org>

Categories



The copyright licensing notice below applies to this text. The software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.

Copyright © 2000, 2001, 2002, 2003 Free Software Foundation, Inc.

Permission is granted to copy, distribute, and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of this license is included in the file COPYING.DOC.

Please report any problems in this page to bug-directory@gnu.org, or find out how you can help fix them.

The FSF provides this directory as a service to the free software community. Please consider donating to the FSF to help support this project.