• 大小: 3KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-12
  • 语言: 其他
  • 标签: Qt  多线程  

资源简介

1.Qt下,多线程使用互斥锁安全访问同一全局变量;2.源码中定义了ThreadA和ThreadB,定义变量后,依次调用函数start()来启动重写的run()函数

资源截图

代码片段和文件信息

#include “widget.h“
#include 

int main(int argc char *argv[])
{
    QApplication a(argc argv);

    Widget w;
    w.show();
    return a.exec();
}



 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        182  2018-07-20 09:01  testMutex\main.cpp

     文件        476  2018-07-20 09:15  testMutex\testMutex.pro

     文件        413  2018-07-20 10:32  testMutex\threada.cpp

     文件        233  2018-07-20 09:57  testMutex\threada.h

     文件        418  2018-07-20 10:32  testMutex\threadb.cpp

     文件        224  2018-07-20 09:57  testMutex\threadb.h

     文件         51  2018-07-20 09:23  testMutex\unitex.cpp

     文件        115  2018-07-20 09:23  testMutex\unitex.h

     文件        447  2018-07-20 09:57  testMutex\widget.cpp

     文件        320  2018-07-20 08:56  testMutex\widget.h

     文件        441  2018-07-20 08:37  testMutex\widget.ui

     目录          0  2018-07-20 10:45  testMutex

----------- ---------  ---------- -----  ----

                 3320                    12


评论

共有 条评论