System.Threading.TParallelArray.For

From RAD Studio API Documentation
Jump to: navigation, search

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 */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Threading.pas
SystemThreading.h
System.Threading TParallelArray

Description

Embarcadero Technologies does not currently have any additional information.