System.Threading.TParallelArray.For

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

Delphi

class procedure &For<T>(const AValues: array of T; const AProc: TParallelArrayForProc<T>); overload; static;
class procedure &For<T>(const AValues: array of T; const AProc: TParallelArrayForProc<T>; AIndex, ACount: NativeInt); overload; static;
class procedure &For<T>(const AValues: array of T; const AProc: TParallelArrayForProc<T>; AIndex, ACount: NativeInt; APool: TThreadPool; AThreshold: NativeInt); overload; static;
class procedure &For<T>(const AValues: TArray<T>; const AProc: TParallelArrayForProc<T>); overload; static; inline;
class procedure &For<T>(const AValues: TArray<T>; const AProc: TParallelArrayForProc<T>; AIndex, ACount: NativeInt); overload; static; inline;
class procedure &For<T>(const AValues: TArray<T>; const AProc: TParallelArrayForProc<T>; AIndex, ACount: NativeInt; APool: TThreadPool; AThreshold: NativeInt); overload; static; inline;

C++

void __fastcall TParallelArray::For(const T *AValues,
                                    const System::NativeInt AValues_High,
                                    const System::DelphiInterface<TParallelArrayForProc__1<T> > AProc)
void __fastcall TParallelArray::For(const T *AValues,
                                    const System::NativeInt AValues_High,
                                    const System::DelphiInterface<TParallelArrayForProc__1<T> > AProc,
                                    System::NativeInt AIndex,
                                    System::NativeInt ACount)
void __fastcall TParallelArray::For(const T *AValues,
                                    const System::NativeInt AValues_High,
                                    const System::DelphiInterface<TParallelArrayForProc__1<T> > AProc,
                                    System::NativeInt AIndex,
                                    System::NativeInt ACount,
                                    TThreadPool* APool,
                                    System::NativeInt AThreshold)
template<typename T> static void __fastcall For(const System::DynamicArray<T> AValues, const System::DelphiInterface<TParallelArrayForProc__1<T> > AProc)/* overload */;
template<typename T> static void __fastcall For(const System::DynamicArray<T> AValues, const System::DelphiInterface<TParallelArrayForProc__1<T> > AProc, System::NativeInt AIndex, System::NativeInt ACount)/* overload */;
template<typename T> static void __fastcall For(const System::DynamicArray<T> AValues, const System::DelphiInterface<TParallelArrayForProc__1<T> > AProc, System::NativeInt AIndex, System::NativeInt ACount, TThreadPool* APool, System::NativeInt AThreshold)/* overload */;

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.Threading.pas
SystemThreading.h
System.Threading TParallelArray

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。