CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - deadlock

搜索资源列表

  1. Philosopher

    0下载:
  2. 关于操作系统哲学家进餐的动态演示程序,清晰的分析了死锁发生的情形和修正死锁。-Dining philosophers about the operating system dynamic presentation procedures, a clear analysis of the deadlock situation occurred and amendments to deadlock.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-26
    • 文件大小:40.86kb
    • 提供者:成炼
  1. OSdeadlock

    0下载:
  2. Deadlock and how to solve it with mutex a client request bank command like DEPOSIT CREATE TRANSFER WITHDRAW and 4 server server 1 simple server. server 2 shows wrong answer an withdraw(2 terminal - 2 threads) server 3 solve 2 server 4 sol
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-25
    • 文件大小:57.47kb
    • 提供者:asd
  1. phenosophy

    0下载:
  2. 本程序是在Linux下面 实现了哲学家就餐问题。其中演示了会发生死锁和不会发生死锁的情况。-This program is implemented in the Linux following the Dining Philosophers Problem. Which demonstrates the deadlock and does not happen will happen deadlock situation.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1.93kb
    • 提供者:文锋
  1. ssjcxc

    0下载:
  2. 死锁,进程和线程的实验报告,都是在red hat 9下实际运行过可行的代码,这份是完成以后写的实验报告,里面还有截图-Deadlock, processes and threads of the experimental report, are in the red hat 9 Next feasible code before the actual operation, this is a written test after the completion of the report, whi
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:117.41kb
    • 提供者:wangjing
  1. linux

    0下载:
  2. Linux下的编程 本人课程设计 全部能运行 包括:合并排序.cpp 进程管理.cpp 进程控制实验.c 内存管理.cpp 生产者和消费者.c 死锁实验.c 线程实验.c-Programming under Linux I can run all the curriculum include: Merge sort. Cpp process management. Cpp process control experiment. C memory management. Cpp producers
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:10.21kb
    • 提供者:楚碧痕
  1. six

    0下载:
  2. 观察死锁产生的现象,考虑解决死锁问题的方法。从而进一步加深对于死锁问题的理解。解决死锁问题的几种算法的编程和调试技术。怎样构造管程和条件变量,利用管程机制来避免死锁和饥俄问题的发生。-Have observed the phenomenon of deadlock, consider solving the deadlock problem. So as to further deepen the understanding of the issues for the deadlock. Sev
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:41.95kb
    • 提供者:于海
  1. java-deadlock-example

    0下载:
  2. 一个java死锁的例子,可以供大家参考哦-java
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:59.12kb
    • 提供者:许丹
  1. unlock

    0下载:
  2. 利用shell自动检测db2数据库是否存在死锁,如存在则在提示下解锁-Db2 database using shell automatically detect the existence of deadlock, such as exists in the prompt to unlock
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1.02kb
    • 提供者:fubs
  1. Linux21

    0下载:
  2. 书 名: 操作系统原理及应用(Linux21).pdf 作 者:王红 本书介绍操作系统的基本原理及应用,并以Linux操作系统作为具体实例加以说明。全书共9章,主要内容包括操作系统的基本概念、功能、操作系统的发展史及Linux操作系统概述,进程的概念、进程描述、进程控制、进程的同步与互斥、进程通信及线程,作业调度及进程调度、死锁的概念与产生原因以及解决死锁的方法,各种内存管理及分配方法的思想、数据结构、重定位及实现原理,文件的逻辑结构、物理结构及文件系统的构成,操作系统对设备的控制、分
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-24
    • 文件大小:7.67mb
    • 提供者:唐小米
  1. bankerand-philosopher

    0下载:
  2. 模拟银行家算法解决哲学家问题的小程序,程序能正确运行完不会造成死锁。-Analog bankers algorithm to solve the problem of small philosopher, the program runs correctly completed without causing deadlock.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1.34kb
    • 提供者:jackwu
  1. StatusBarManagerService

    0下载:
  2. A note on locking: We rely on the fact that calls onto mBar are oneway or if they are local, that they just enqueue messages to not deadlock.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3.39kb
    • 提供者:gugonxo
  1. StatusBarManagerService

    0下载:
  2. A note on locking: We rely on the fact that calls onto mBar are oneway or if they are local, that they just enqueue messages to not deadlock.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4.55kb
    • 提供者:opjtisng
  1. ww_mutex

    0下载:
  2. Wound Wait Mutexes: blocking mutual exclusion locks with deadlock avoidance.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3.34kb
    • 提供者:gernkjn
  1. mempool

    0下载:
  2. memory buffer pool support. Such pools are mostly used for guaranteed, deadlock-free memory allocations during extreme VM load.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4.01kb
    • 提供者:huhuepl
  1. tp

    0下载:
  2. Pause deadlock avoidance parameters.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2.03kb
    • 提供者:qiucwdai
  1. r420

    0下载:
  2. GA_ENHANCE workaround TCL deadlock issue.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4.04kb
    • 提供者:nlmoukl
  1. Effects

    0下载:
  2. Audio Effect Management EffectModule and EffectChain classes both have their own mutex to protect state changes or resource modifications. Always respect the following order if multiple mutexes must be acquired to avoid cross deadlock: AudioFl
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:17.89kb
    • 提供者:songbzlie
  1. tc_skbedit

    0下载:
  2. The blocked_hash is used to find POSIX lock loops for deadlock detection. It is protected by blocked_lock_lock.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:19.34kb
    • 提供者:xnljtk
  1. Mutex

    0下载:
  2. 封装了Linux下的互斥锁、读写锁、条件锁以及防止死锁的策略(The mutex, read-write lock, conditional lock and deadlock prevention strategy of Linux are encapsulated)
  3. 所属分类:Linux/Unix编程

搜珍网 www.dssz.com