ダウンロードリスト

プロジェクト概要

JThread パッケージには、スレッド、ミュー テックスを表すクラスが含まれます。Unix ライクなプラットフォームで pthread ライブラリは、基になるスレッドのメカニズムとして使用されます。MS Windows プラットフォームでは、Win32 スレッドが使われます。これらのラッパー クラスを使用して、どのプラットフォームについて、プログラムが実行されるスレッドを使用して心配することがなくアプリケーションを簡単に作成できます。

システム要件

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

2006-06-20 15:19
1.2.1

pthreadの実装では、スレッドが切り離された状態で作成されます。
タグ: Stable
In the pthread implementation, threads are now
created in the detached state.

2006-03-20 12:50
1.2.0

JMutexAutoLockクラスが追加されました。 Win32およびWinCEのでは、今では、クリティカルセクションを使用することが可能です代わりに、ミューテックスオブジェクトのハンドル。
タグ: Stable
The JMutexAutoLock class was added. In Win32 and
WinCE, it is now possible to use a critical
section object instead of a mutex handle.

2005-09-14 17:46
1.1.2

Win32のコードでは、"CreateThreadを""_beginthreadex"には、より安全な選択する必要が変更されました。
タグ: Stable, Code cleanup
In the Win32 code, "CreateThread" was changed to
"_beginthreadex", which should be a safer choice.

2004-12-25 15:34
1.1.1

JThread実装では、ハンドルリークがこのリリースで修正。
タグ: Stable
This release fixes a handle leak in the JThread implementation.

2004-09-05 09:37
1.1.0

JThreadクラスの'スタート'関数今だけが返されるときに、ユーザーの'スレッド'関数'と呼ばれる'ThreadStarted。このような場合、[スタート]関数を返す場合、私たちは本当に我々の独自のスレッドのコードを開始されることを確認することができます。
タグ: Stable
The 'Start' function of the JThread class will now only return when the user's 'Thread' function has called 'ThreadStarted'. This way, when the 'Start' function returns, we can be really sure that our own thread code is started.

プロジェクトリソース