52 #ifndef __PCL_Thread_h
53 #define __PCL_Thread_h
98 namespace ThreadPriority
160 namespace PerformanceAnalysisAlgorithm
179 BiweightMidvariance = 2004,
180 ColorSpaceConversion = 2005,
183 HistogramGeneration = 2008,
184 HistogramTransformation = 2009,
191 MorphologicalMedian = 3002,
196 SeparableConvolution_Rows = 4001,
197 SeparableConvolution_Cols = 4002,
206 AstrometricReprojection = 5003,
217 SeparableConvolutionFasterThanNonseparable = 10001,
218 FFTConvolutionFasterThanNonseparable = 10002
240 using priority = ThreadPriority::value_type;
247 using performance_analysis_algorithm = PerformanceAnalysisAlgorithm::value_type;
258 performance_analysis_algorithm
259 algorithm = PerformanceAnalysisAlgorithm::Unknown;
264 bool floatingPoint =
true;
335 void Start( priority = ThreadPriority::Inherit,
int processor = -1 );
445 SetPriority( ThreadPriority::Inherit );
610 SetStatus( 0x80000000 );
627 return (Status() & 0x80000000) != 0;
644 return TryGetStatus( status ) && (status & 0x80000000) != 0;
672 return !ConsoleOutputText().IsEmpty();
809 int maxThreads = PCL_MAX_PROCESSORS );
850 int maxThreads = PCL_MAX_PROCESSORS );
887 int maxThreads = PCL_MAX_PROCESSORS );
890 int m_processorIndex = -1;
896 void* CloneHandle()
const override;
900 virtual bool IsStealth()
const
905 friend class ThreadDispatcher;
Fast Fourier transform of 32-bit floating point complex data.
Client-side interface to a PixInsight thread.
String ConsoleOutputText() const
static Array< size_type > OptimalThreadLoadsAligned(size_type count, int align=16, size_type overheadLimit=1u, int maxThreads=PCL_MAX_PROCESSORS)
static int NumberOfThreads(size_type count, size_type overheadLimit=1u)
static int OptimalNumberOfThreads(const Thread::PerformanceAnalysisData &data)
bool TryIsAborted() const
void SetPriority(priority)
bool TryGetStatus(uint32 &status) const
void FlushConsoleOutputText()
void ClearConsoleOutputText()
void EnsureUnique() override
Array< int > Affinity() const
void Start(priority=ThreadPriority::Inherit, int processor=-1)
void SetStatus(uint32 status)
static bool IsRootThread()
priority Priority() const
bool HasConsoleOutputText() const
bool SetAffinity(int processor)
static Array< size_type > OptimalThreadLoads(const PerformanceAnalysisData &data, int maxThreads=PCL_MAX_PROCESSORS)
static int NumberOfRunningThreads()
static Array< size_type > OptimalThreadLoads(size_type count, size_type overheadLimit=1u, int maxThreads=PCL_MAX_PROCESSORS)
bool SetAffinity(const Array< int > &processors)
Root base class for all user interface objects.
void PCL_FUNC Sleep(unsigned ms)