CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - mutex

搜索资源列表

  1. multi_thread.zip

    0下载:
  2. 3种多线程同步方式(Critical Section,Mutex,Event)的小例子
  3. 所属分类:进程与线程

    • 发布日期:
    • 文件大小:2729
    • 提供者:
  1. mutex

    0下载:
  2. 本实验讨论临界区问题及其解决方案。实验首先创建两个共享数据资 源的并发线程。在没有同步控制机制的情况下,我们将看到某些异常现象。 针对观察到的现象,本实验采用两套解决方案: • 利用Windows 的mutex 机制 • 采用软件方案 然后比较这两种方案的性能优劣。-In this study, discuss problems and solutions critical region. Experiment first create two share
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:610
    • 提供者:Ashley
  1. Mutex

    0下载:
  2. VC2010-08-25-VC++6.0下利用互斥量同步线程来实现文件读取进度条-VC2010-08-25-VC++6.0 under mutex synchronization of threads to use for file reading progress bar
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-07
    • 文件大小:1173382
    • 提供者:赵栋梁
  1. Mutex-routines

    0下载:
  2. 互斥体的新手例程,帮助新手了解互斥体释放、创建、与打开。-Novice routine mutex, the mutex is released to help the novice to understand, create, and open.
  3. 所属分类:ELanguage

    • 发布日期:2017-04-13
    • 文件大小:1967
    • 提供者:哈哈
  1. Mutex

    0下载:
  2. 程序互斥代码,防止一个程序多次启动,很有效,加在工程文件中效果很好。-Program mutex code, to prevent a program started several times, very effective, plus good results in the project file.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:4657
    • 提供者:静水深流
  1. mutex-llsc

    0下载:
  2. SH-4A optimized mutex locking primitives.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1065
    • 提供者:kengvaixui
  1. mutex-xchg

    0下载:
  2. Generic implementation of the mutex fastpath, based on xchg().
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1421
    • 提供者:rpyonze
  1. mutex-llsc

    0下载:
  2. SH-4A optimized mutex locking primitives.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1070
    • 提供者:nangjokp
  1. rt-mutex-design

    0下载:
  2. RT-mutex implementation design for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:10709
    • 提供者:kerruefx
  1. mutex

    0下载:
  2. qt中mutex的简单使用,初学者可以学习下-qt the mutex simple to use, beginners can learn the next
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:2345
    • 提供者:刘强
  1. rt-mutex

    0下载:
  2. RT-mutex subsystem with PI support.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2037
    • 提供者:krskvi
  1. mutex

    0下载:
  2. Encapsulate a mutex for thread synchronization.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2371
    • 提供者:baixinben
  1. mutex

    0下载:
  2. Initialize the mutex system Source Code for Embedded Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2198
    • 提供者:lgziugy
  1. mutex

    0下载:
  2. mutex.h: interface to mutual exclusion primatives.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3610
    • 提供者:hmrvkk
  1. task-sem-mutex-mbox-Q-flag

    0下载:
  2. 嵌入式系统中,任务、信号量、互斥信号量、消息邮箱、消息队列、事件标志组的建立、发送、请求、获取、删除-The creat\pend\post\aquiry\delete of the task\sem\mutex\mbox\q\flag in ucos
  3. 所属分类:uCOS

    • 发布日期:2017-04-30
    • 文件大小:120450
    • 提供者:孔一同
  1. Mutex

    0下载:
  2. 一个互斥对象的应用,多线程保存同步的时候需要使用的代码-A mutex application, multi-thread synchronization to save when you need to use the code
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-07
    • 文件大小:1055162
    • 提供者:小白
  1. mutex

    0下载:
  2. Mutex program for student
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:29696
    • 提供者:doxuandinh9501
  1. 11.uCOSIII-MutexSem

    0下载:
  2. mutex example in ucos3
  3. 所属分类:uCOS

    • 发布日期:2017-12-24
    • 文件大小:422912
    • 提供者:thur
  1. Mutex

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

  1. cas.tar

    0下载:
  2. Something useful for multithread mutex.(Introduction for CAS)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:skyzheng
« 1 2 3 45 6 7 8 9 10 ... 29 »
搜珍网 www.dssz.com