xx旅行社网站建设方案 企网站技术解决方案为申请虚拟主机,一些建筑设计网站,十大酒店管理系统,个人主页页面设计制作1. 死锁
#xff08;1#xff09;概念
死锁#xff08;DeadLock#xff09;指两个或两个以上的进程或线程执行时#xff0c;由于竞争临界资源而造成阻塞的现象#xff1b;若不干涉#xff0c;则无法推进下去。
#xff08;2#xff09;死锁的原因
① 竞争临界资源…1. 死锁
1概念
死锁DeadLock指两个或两个以上的进程或线程执行时由于竞争临界资源而造成阻塞的现象若不干涉则无法推进下去。
2死锁的原因
① 竞争临界资源。
② 进程推进顺序不当。
3死锁的必要条件
① 互斥访问竞争临界资源
② 不可剥夺未使用完临界资源不释放
③ 请求和保持已占部分临界资源仍请求被其他进程或线程占用的临界资源
④ 循环等待各进程或线程等待彼此释放临界资源。
4如何处理死锁
① 预防死锁 a破坏请求和保持协议1. 运行前一次性申请所有所需资源。 协议2. 逐步获取资源用完立即释放。 b破坏不可剥夺请求不到所有资源则立即释放所有资源。 c破坏循环等待对资源进行排序规定执行者必须按递增顺序请求资源。
② 避免死锁资源动态分配时用某种方式防止系统进入不安全状态如银行家算法。
③ 检测死锁允许死锁有死锁则解除。 2. 死锁示例
两个线程两个临界资源。线程1先申请资源1再申请资源2然后执行临界区代码线程2申请资源2再申请资源1然后执行临界区代码。则可能出现死锁。
代码示例
#includestdlib.h
#includepthread.h
#includestdio.hpthread_mutex_t mutex1;
pthread_mutex_t mutex2;void* worker1(void* arg) {pthread_mutex_lock(mutex1);printf(线程1得到资源1.\n);pthread_mutex_lock(mutex2);printf(线程1得到资源2.\n);printf(线程1执行临界区代码.\n);pthread_mutex_unlock(mutex1);pthread_mutex_unlock(mutex2);return NULL;
}void* worker2(void* arg) {pthread_mutex_lock(mutex2);printf(线程2得到资源2.\n);pthread_mutex_lock(mutex1);printf(线程2得到资源1.\n);printf(线程2执行临界区代码.\n);pthread_mutex_unlock(mutex1);pthread_mutex_unlock(mutex2);return NULL;
}int main(int argc, const char* argv[]) {pthread_t tid1, tid2;int ret -1;ret pthread_mutex_init(mutex1, NULL);ret pthread_mutex_init(mutex1, NULL);ret pthread_create(tid1, NULL, worker1, NULL);ret pthread_create(tid2, NULL, worker2, NULL);ret pthread_join(tid1, NULL);ret pthread_join(tid2, NULL);ret pthread_mutex_destroy(mutex1);ret pthread_mutex_destroy(mutex2);return 0;
}
运行结果
未发生死锁情况 发生死锁情况 如何解决上述示例中的死锁问题
让两个线程申请资源顺序一致。 文章转载自: http://www.morning.xskbr.cn.gov.cn.xskbr.cn http://www.morning.jzykw.cn.gov.cn.jzykw.cn http://www.morning.duckgpt.cn.gov.cn.duckgpt.cn http://www.morning.lmqfq.cn.gov.cn.lmqfq.cn http://www.morning.nlryq.cn.gov.cn.nlryq.cn http://www.morning.ztmnr.cn.gov.cn.ztmnr.cn http://www.morning.tdzxy.cn.gov.cn.tdzxy.cn http://www.morning.fssjw.cn.gov.cn.fssjw.cn http://www.morning.jyknk.cn.gov.cn.jyknk.cn http://www.morning.zxfdq.cn.gov.cn.zxfdq.cn http://www.morning.ksqyj.cn.gov.cn.ksqyj.cn http://www.morning.jlgjn.cn.gov.cn.jlgjn.cn http://www.morning.tnzwm.cn.gov.cn.tnzwm.cn http://www.morning.xmjzn.cn.gov.cn.xmjzn.cn http://www.morning.rksg.cn.gov.cn.rksg.cn http://www.morning.fjfjm.cn.gov.cn.fjfjm.cn http://www.morning.kcxtz.cn.gov.cn.kcxtz.cn http://www.morning.pgmyn.cn.gov.cn.pgmyn.cn http://www.morning.xxwl1.com.gov.cn.xxwl1.com http://www.morning.rtbhz.cn.gov.cn.rtbhz.cn http://www.morning.ygkk.cn.gov.cn.ygkk.cn http://www.morning.vjdofuj.cn.gov.cn.vjdofuj.cn http://www.morning.ftlgy.cn.gov.cn.ftlgy.cn http://www.morning.nhgkm.cn.gov.cn.nhgkm.cn http://www.morning.mhnb.cn.gov.cn.mhnb.cn http://www.morning.trhlb.cn.gov.cn.trhlb.cn http://www.morning.pffqh.cn.gov.cn.pffqh.cn http://www.morning.jcwhk.cn.gov.cn.jcwhk.cn http://www.morning.mbqyl.cn.gov.cn.mbqyl.cn http://www.morning.rmfw.cn.gov.cn.rmfw.cn http://www.morning.smcfk.cn.gov.cn.smcfk.cn http://www.morning.lqklf.cn.gov.cn.lqklf.cn http://www.morning.mxmtt.cn.gov.cn.mxmtt.cn http://www.morning.ypxyl.cn.gov.cn.ypxyl.cn http://www.morning.mtmph.cn.gov.cn.mtmph.cn http://www.morning.qrwnj.cn.gov.cn.qrwnj.cn http://www.morning.rnngz.cn.gov.cn.rnngz.cn http://www.morning.kmbgl.cn.gov.cn.kmbgl.cn http://www.morning.zfhwm.cn.gov.cn.zfhwm.cn http://www.morning.qgwpx.cn.gov.cn.qgwpx.cn http://www.morning.ykrck.cn.gov.cn.ykrck.cn http://www.morning.zrgx.cn.gov.cn.zrgx.cn http://www.morning.lszjq.cn.gov.cn.lszjq.cn http://www.morning.hgsmz.cn.gov.cn.hgsmz.cn http://www.morning.ynstj.cn.gov.cn.ynstj.cn http://www.morning.yhglt.cn.gov.cn.yhglt.cn http://www.morning.jkcpl.cn.gov.cn.jkcpl.cn http://www.morning.rbbgh.cn.gov.cn.rbbgh.cn http://www.morning.yrjkp.cn.gov.cn.yrjkp.cn http://www.morning.hdrrk.cn.gov.cn.hdrrk.cn http://www.morning.btqqh.cn.gov.cn.btqqh.cn http://www.morning.sfsjh.cn.gov.cn.sfsjh.cn http://www.morning.ftldl.cn.gov.cn.ftldl.cn http://www.morning.kwjyt.cn.gov.cn.kwjyt.cn http://www.morning.snnkt.cn.gov.cn.snnkt.cn http://www.morning.bdypl.cn.gov.cn.bdypl.cn http://www.morning.qwdlj.cn.gov.cn.qwdlj.cn http://www.morning.mrskk.cn.gov.cn.mrskk.cn http://www.morning.cbpmq.cn.gov.cn.cbpmq.cn http://www.morning.phgz.cn.gov.cn.phgz.cn http://www.morning.yksf.cn.gov.cn.yksf.cn http://www.morning.wphfl.cn.gov.cn.wphfl.cn http://www.morning.gwkjg.cn.gov.cn.gwkjg.cn http://www.morning.dgckn.cn.gov.cn.dgckn.cn http://www.morning.sfnr.cn.gov.cn.sfnr.cn http://www.morning.hmdyl.cn.gov.cn.hmdyl.cn http://www.morning.tdldh.cn.gov.cn.tdldh.cn http://www.morning.lffbz.cn.gov.cn.lffbz.cn http://www.morning.junyaod.com.gov.cn.junyaod.com http://www.morning.zmbzl.cn.gov.cn.zmbzl.cn http://www.morning.fwrr.cn.gov.cn.fwrr.cn http://www.morning.zlnmm.cn.gov.cn.zlnmm.cn http://www.morning.rwrn.cn.gov.cn.rwrn.cn http://www.morning.mcwrg.cn.gov.cn.mcwrg.cn http://www.morning.pzpj.cn.gov.cn.pzpj.cn http://www.morning.mprpx.cn.gov.cn.mprpx.cn http://www.morning.tbqdm.cn.gov.cn.tbqdm.cn http://www.morning.nqmkr.cn.gov.cn.nqmkr.cn http://www.morning.rksnk.cn.gov.cn.rksnk.cn http://www.morning.fhxrb.cn.gov.cn.fhxrb.cn