需求

qt 打印当前线程进程

解决

  • 当前线程指针: QThread::currentThread()
  • 当前线程: QThread::currentThreadId()
  • 当前进程: QCoreApplication::applicationPid()

参考