ダウンロードリスト

プロジェクト概要

スレッド ライブラリは c++ の単純なスレッド処理するように設計です。それは「スレッド」と呼ばれる抽象メソッドを持つ、"pthread"クラスを提供します。また、並列プロセスと状態信号の相互排除のためのクラスとコンス トラクターとスレッド メソッドを同期する場合に便利 semaphore クラスも提供します。スレッド ライブラリの目的は applcations、スレッド処理、シンプルで強力な手段を提供し、共有メモリおよびプロセス C++ プログラムへのスコープ指定を提供します。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2002-02-05 18:04
3.6

名前の変更、コードがCに整列するため作られた+ +命名規則ix86プロセッサの依存関係を削除しました。いくつかのマイナーなバグフィックスが行われた。
タグ: Development, Minor feature enhancements
Name changes were made to make the code more aligned to C++ naming conventions.
The ix86 processor dependency was removed. Some minor bugfixes were made.

2001-10-10 03:20
3.5

GCCの3.0でコンパイルの問題が修正されている。 I / O制御クラスは、ソケットのSTREAM以外の種類のprepartedされている私。ダイナミックのI /バッファリング図書館に書き直され、パフォーマンスの両方として、またはデータストリーム内のいずれかを読み取ることにデータをできるようにするために、バッファのメッセージとして。データは一度だけ受信クラスには、配信される保留中の要求をキューに登録されてときに、受信機は入手可能です配信。ささいなバグ修正されます。
タグ: Development, Major feature enhancements
Compilation problems with GCC 3.0 have been fixed. The I/O control class has been preparted for types of sockets other than STREAM. Dynamic I/O buffering has been rewritten, both for performance and to allow data inside it to be read either as streamed data or as buffered messages. Data is delivered only once to the receiver class, and pending requests are queued and delivered when the receiver is available. There are minor bugfixes.

2001-10-01 00:07
3.4

スレッドとはQtがクラッシュしなくなりました。非同期IOがバッファ/クライアントは、バッファの代わりに/サーバーを使用して行われます。このような混乱時に、複数のクライアントから非同期データを受信することがあります。
タグ: Development, Major bugfixes
Qt will no longer crash against threads. Asynchronous IO is now made to use a buffer/client, instead of buffer/server. This could cause confusion when receiving data from several clients asynchronously.

2001-07-15 08:21
3.2

変更された信号pthreadsを一緒に実行する処理は、新しい、名前付け規則の変更をコンテキストスタッククラスと非致命的な例外を投げる(実験的)に戻すことができます。
タグ: Development, Minor feature enhancements
Changed signal handling to run alongside pthreads, a new stack context class, name convention changes, and non-fatal exceptions can return to thrower (experimental).

2001-03-16 23:54
3.1

このリリースでは、"クライアント"の問題を修正し、修正プログラムは、標準テンプレートライブラリで問題のシャットダウンを強制的にいくつかの雑多なバグ修正、追加されます。
タグ: Development, Minor bugfixes
This release adds several miscellaneous bugfixes, a "client forced
shutdown" problem fix, and a fix for a problem with the standard
template library.

プロジェクトリソース