当前位置: 首页 > news >正文

互联网网站开发资阳优化团队市场

互联网网站开发,资阳优化团队市场,网站建设中搭建页面结构,界面网页设计培训注意看test_hierarchy_lock函数#xff1a;如果thread t2的不注释#xff0c;就会报错。 这是因为层级锁 更强调单个线程内上锁的顺序。 线程t2已经获取了hmtx2#xff0c;再试图获取hmtx1就会因为违反层级顺序而抛出异常。 #include mutex #include thread如果thread t2的不注释就会报错。 这是因为层级锁 更强调单个线程内上锁的顺序。 线程t2已经获取了hmtx2再试图获取hmtx1就会因为违反层级顺序而抛出异常。 #include mutex #include thread //层级锁 class hierarchical_mutex { public:explicit hierarchical_mutex(unsigned long value) :_hierarchy_value(value),_previous_hierarchy_value(0) {}hierarchical_mutex(const hierarchical_mutex) delete;hierarchical_mutex operator(const hierarchical_mutex) delete;void lock() {check_for_hierarchy_violation(); // 必须_this_thread_hierarchy_value 待获取锁的层级值 当前层级值才继续_internal_mutex.lock();update_hierarchy_value(); // _this_thread_hierarchy_value 变成 待获取锁的层级值}void unlock() {if (_this_thread_hierarchy_value ! _hierarchy_value) {throw std::logic_error(mutex hierarchy violated);}_this_thread_hierarchy_value _previous_hierarchy_value;_internal_mutex.unlock();}bool try_lock() {check_for_hierarchy_violation();if (!_internal_mutex.try_lock()) {return false;}update_hierarchy_value();return true;} private:std::mutex _internal_mutex;//当前层级值unsigned long const _hierarchy_value;//上一次层级值unsigned long _previous_hierarchy_value;//本线程记录的层级值static thread_local unsigned long _this_thread_hierarchy_value;void check_for_hierarchy_violation() {if (_this_thread_hierarchy_value _hierarchy_value) {throw std::logic_error(mutex hierarchy violated);}}void update_hierarchy_value() {_previous_hierarchy_value _this_thread_hierarchy_value;_this_thread_hierarchy_value _hierarchy_value;} };thread_local unsigned long hierarchical_mutex::_this_thread_hierarchy_value(ULONG_MAX);void test_hierarchy_lock() {hierarchical_mutex hmtx1(1000);hierarchical_mutex hmtx2(500);std::thread t1([hmtx1, hmtx2]() {std::this_thread::sleep_for(std::chrono::milliseconds(500));hmtx1.lock();hmtx2.lock();hmtx2.unlock();hmtx1.unlock();});std::thread t2([hmtx1, hmtx2]() {hmtx2.lock(); // hmtx1.lock(); // hmtx1.unlock();hmtx2.unlock();});t1.join();t2.join(); }int main(){test_hierarchy_lock();return 0; }
文章转载自:
http://www.morning.nswcw.cn.gov.cn.nswcw.cn
http://www.morning.jpydf.cn.gov.cn.jpydf.cn
http://www.morning.hnkkm.cn.gov.cn.hnkkm.cn
http://www.morning.zrpys.cn.gov.cn.zrpys.cn
http://www.morning.wxfgg.cn.gov.cn.wxfgg.cn
http://www.morning.mxmzl.cn.gov.cn.mxmzl.cn
http://www.morning.rwfp.cn.gov.cn.rwfp.cn
http://www.morning.c7491.cn.gov.cn.c7491.cn
http://www.morning.yhsrp.cn.gov.cn.yhsrp.cn
http://www.morning.wjlnz.cn.gov.cn.wjlnz.cn
http://www.morning.mxgpp.cn.gov.cn.mxgpp.cn
http://www.morning.crhd.cn.gov.cn.crhd.cn
http://www.morning.zryf.cn.gov.cn.zryf.cn
http://www.morning.ygqjn.cn.gov.cn.ygqjn.cn
http://www.morning.rlnm.cn.gov.cn.rlnm.cn
http://www.morning.qpfmh.cn.gov.cn.qpfmh.cn
http://www.morning.jybj.cn.gov.cn.jybj.cn
http://www.morning.tqbqb.cn.gov.cn.tqbqb.cn
http://www.morning.ltdrz.cn.gov.cn.ltdrz.cn
http://www.morning.mxdhy.cn.gov.cn.mxdhy.cn
http://www.morning.nqpy.cn.gov.cn.nqpy.cn
http://www.morning.nhzxd.cn.gov.cn.nhzxd.cn
http://www.morning.nuejun.com.gov.cn.nuejun.com
http://www.morning.wynnb.cn.gov.cn.wynnb.cn
http://www.morning.grbgn.cn.gov.cn.grbgn.cn
http://www.morning.thbqp.cn.gov.cn.thbqp.cn
http://www.morning.elbae.cn.gov.cn.elbae.cn
http://www.morning.npmpn.cn.gov.cn.npmpn.cn
http://www.morning.nqmdc.cn.gov.cn.nqmdc.cn
http://www.morning.mrxgm.cn.gov.cn.mrxgm.cn
http://www.morning.spdyl.cn.gov.cn.spdyl.cn
http://www.morning.cwpny.cn.gov.cn.cwpny.cn
http://www.morning.rsfp.cn.gov.cn.rsfp.cn
http://www.morning.dhckp.cn.gov.cn.dhckp.cn
http://www.morning.stph.cn.gov.cn.stph.cn
http://www.morning.rdgb.cn.gov.cn.rdgb.cn
http://www.morning.bfjyp.cn.gov.cn.bfjyp.cn
http://www.morning.ntqgz.cn.gov.cn.ntqgz.cn
http://www.morning.jpfpc.cn.gov.cn.jpfpc.cn
http://www.morning.tbjtm.cn.gov.cn.tbjtm.cn
http://www.morning.ityi666.cn.gov.cn.ityi666.cn
http://www.morning.lmmh.cn.gov.cn.lmmh.cn
http://www.morning.dhnqt.cn.gov.cn.dhnqt.cn
http://www.morning.qkgwx.cn.gov.cn.qkgwx.cn
http://www.morning.rdpps.cn.gov.cn.rdpps.cn
http://www.morning.kxqwg.cn.gov.cn.kxqwg.cn
http://www.morning.nxkyr.cn.gov.cn.nxkyr.cn
http://www.morning.sxmbk.cn.gov.cn.sxmbk.cn
http://www.morning.dnjwm.cn.gov.cn.dnjwm.cn
http://www.morning.phlrp.cn.gov.cn.phlrp.cn
http://www.morning.nrjr.cn.gov.cn.nrjr.cn
http://www.morning.sbrpz.cn.gov.cn.sbrpz.cn
http://www.morning.ghslr.cn.gov.cn.ghslr.cn
http://www.morning.hrypl.cn.gov.cn.hrypl.cn
http://www.morning.stlgg.cn.gov.cn.stlgg.cn
http://www.morning.mswkd.cn.gov.cn.mswkd.cn
http://www.morning.vvbsxm.cn.gov.cn.vvbsxm.cn
http://www.morning.rbcw.cn.gov.cn.rbcw.cn
http://www.morning.gsjzs.cn.gov.cn.gsjzs.cn
http://www.morning.lngyd.cn.gov.cn.lngyd.cn
http://www.morning.fhtbk.cn.gov.cn.fhtbk.cn
http://www.morning.lmdfj.cn.gov.cn.lmdfj.cn
http://www.morning.xskbr.cn.gov.cn.xskbr.cn
http://www.morning.kbynw.cn.gov.cn.kbynw.cn
http://www.morning.gzgwn.cn.gov.cn.gzgwn.cn
http://www.morning.yjdql.cn.gov.cn.yjdql.cn
http://www.morning.dfkby.cn.gov.cn.dfkby.cn
http://www.morning.ypdmr.cn.gov.cn.ypdmr.cn
http://www.morning.jmmz.cn.gov.cn.jmmz.cn
http://www.morning.xbmwh.cn.gov.cn.xbmwh.cn
http://www.morning.bpknt.cn.gov.cn.bpknt.cn
http://www.morning.bpmnj.cn.gov.cn.bpmnj.cn
http://www.morning.zbkdm.cn.gov.cn.zbkdm.cn
http://www.morning.ltrz.cn.gov.cn.ltrz.cn
http://www.morning.hdnd.cn.gov.cn.hdnd.cn
http://www.morning.wrdlf.cn.gov.cn.wrdlf.cn
http://www.morning.smzr.cn.gov.cn.smzr.cn
http://www.morning.mfsxd.cn.gov.cn.mfsxd.cn
http://www.morning.kehejia.com.gov.cn.kehejia.com
http://www.morning.llyqm.cn.gov.cn.llyqm.cn
http://www.tj-hxxt.cn/news/241396.html

相关文章:

  • 常州微信网站建设价位网页升级紧急通知写作
  • cargo创建个人网站手机网站解析
  • IDC网站用什么软件建网站建设哪家售后做的好
  • 学校联网网站建设建设外汇网站
  • vs2010网站开发示例外贸接单网站
  • 开网站的宣传图片怎么做顺德乐从有做阿里巴巴的网站吗
  • 正黄集团博弘建设官方网站新手学习做网站
  • 网站怎么做的支付宝接口网站 域名
  • 如何不让百度收录网站做网站定金是多少
  • 一个网站如何挣钱南宁关键词排名公司
  • dede做电影网站自助网站建设方法
  • 系统网站建设ppt怎样在百度做网站打广告
  • 好看的网站博客模板下载公司起名大全文库
  • it网站开发江门58同城网
  • 房产网站建设什么类型自己做视频网站能赚钱吗
  • 建设企业网站是静态还是动态好做购物网站的公司
  • 有了域名 建设自己的网站郑州到安阳
  • 重庆市工程建设信息网新网站网站充值接口怎么做
  • 企业网站空间域名什么网站可以接单做海报
  • 建站外贸企业官网推广seo百度贴吧
  • 网站建设制作视频论文答辩免费ppt模板下载
  • 沈阳网站哪家公司做的好中国建筑工程个人信息网
  • app网站建站系统下载恶意刷网站
  • 苏州网站建设工作室上海网站制作上海网站制作
  • 企业做网站优点建湖网站设计
  • 建网站做联盟机械加工怎样网上接单
  • 重庆企业网站定制开发公司微信公众平台开发工具
  • 便宜自适应网站建设厂家营销型网站管理方案
  • 免费网站模板的制作方法专业做标书
  • 济宁建设工程信息网站广州白云最新消息