System.SyncObjs.TConditionVariableMutex.ReleaseAll

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure ReleaseAll;

C++

void __fastcall ReleaseAll();

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.SyncObjs.pas
System.SyncObjs.hpp
System.SyncObjs TConditionVariableMutex

説明

ミューテックス条件変数を指定してスリープしているすべてのスレッドを起こします。

ReleaseAll を呼び出すと、ミューテックス条件変数を指定してスリープしているすべてのスレッドを起こすことができます。

メモ:  コンテキスト スイッチの数を減らすには、ミューテックスを解放した後で ReleaseAll を呼び出してください。

関連項目