TThread::Priority - C++ Builder

C++ Builder 参考手册 ➙ System::Classes ➙ TThread ➙ Priority


头文件:#include
命名空间:System::Classes
类:TThread
访问权限:public:
属性定义:

__property TThreadPriority Priority = { read = GetPriority, write = SetPriority, nodefault };

System::Classes::TThread::Priority 是 System::Classes::TThread 的属性,线程的优先级

  • 线程的优先级为 TThreadPriority 类型,默认优先级为 tpNormal,优先级由低到高:tpIdle, tpLowest, tpLower, tpNormal, tpHigher, tpHighest, tpTimeCritical

相关:

  • System::Classes::TThreadPriority
  • System::Classes::TThread::Execute
  • System::Classes::TThread::Started
  • System::Classes::TThread::Finished
  • System::Classes::TThread::Suspended
  • System::Classes::TThread::Terminated
  • System::Classes::TThread
  • System::TObject
  • VCL 类继承关系

C++ Builder 参考手册 ➙ System::Classes ➙ TThread ➙ Priority

你可能感兴趣的:(TThread::Priority - C++ Builder)