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

搜索资源列表

  1. sem_named_lock

    0下载:
  2. use named semaphore to lock and unlock the resource, like mutex, but it use between processed.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1397
    • 提供者:joyce
  1. pthread

    0下载:
  2. 基于ARM9的Linux多线程应用程序。生产者写入缓冲区和消费者从缓冲区读数的具体流程,生产者首先获得互斥锁,并且判断写指针+1后是否等于读指针,如果相等则进入等待状态,等候条件变量notfull;如果不等则向缓冲区中写入一个整数,并且设置条件变量为notempty,最后释放互斥锁。消费者线程与生产者线程类似。-ARM9-Linux-based multi-threaded applications. Producers and consumers into a buffer from the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:1364
    • 提供者:刘冉
  1. race_condition

    0下载:
  2. vxworks下解决共享数据竞争问题,在访问共享的数据前,使用互斥信号量对共享数据进行保护-vxworks share data to resolve the issue of competition in the access to shared data before the use of mutex semaphores to protect shared data
  3. 所属分类:VxWorks

    • 发布日期:2017-04-08
    • 文件大小:14172
    • 提供者:xzb
  1. thread

    0下载:
  2. Thread Mutex 有关线程的一个程序-Thread Mutex related to a program thread
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2992
    • 提供者:ruan
  1. ChangeMutex

    0下载:
  2. VB 创建互斥体 阻止实例重复运行的例子-VB Change Mutex
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1665618
    • 提供者:小强
  1. CreateMutex

    1下载:
  2. 通过修改互斥体 达到重复启动程序的目的 !-Change the Mutex
  3. 所属分类:进程与线程

    • 发布日期:2013-04-10
    • 文件大小:539
    • 提供者:小强
  1. MultiThread

    0下载:
  2. 实现两个售票线程的交替执行,通过互斥对象实现控制。-To achieve the implementation of two alternating ticket thread through the mutex object to achieve control.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-18
    • 文件大小:4747460
    • 提供者:sunbin
  1. huluwa

    0下载:
  2. linux互斥锁:说明互斥锁的用法-linux mutex
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-20
    • 文件大小:6074962
    • 提供者:周书记
  1. 3-1

    0下载:
  2. 进程的同步与通信 多线程编程中关键的一步是保护所有的共享资源,工具主要有互锁函数、临界区和互斥信号量等;另一个实质性部分是协调线程使其完成应用程序的任务,为此,可利用内核中的事件对象和信号。-Process Synchronization and Communication Multi-threaded programming is a key step in the protection of all of the shared resources, tools, mainly i
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1721
    • 提供者:li yang
  1. ucosii_mutex

    0下载:
  2. MicroC OS II Mutex example
  3. 所属分类:uCOS

    • 发布日期:2017-04-16
    • 文件大小:9472
    • 提供者:SD
  1. 5examplesofLinux-c

    0下载:
  2. 简单的字符设备驱动程序mydriver.c、用mmap()来读取/etc/passwd 文件内容、mutex的使用实例、condition virable的使用实例、semaphore的使用实例-A simple character device driver mydriver.c, using mmap () to read/etc/passwd file content, mutex the use of examples, condition virable the use of exam
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:8505
    • 提供者:王超然
  1. test

    0下载:
  2. 为体现内核的优先级天花板思想的策略,设计三个处于不同优先级的任务。在每个任务中,首先申请互斥信号量,延迟200TICKS后释放互斥信号量。通过任务的运行流程体会优先级天花板思想。-In order to reflect the priority of the kernel ceiling thinking of strategy, design three tasks at different priorities. In each task, the first of applications
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-05
    • 文件大小:1217
    • 提供者:李有很
  1. demsgx

    0下载:
  2. 这是我个人写的一个调试信息输出,支持多线程下输出信息(有mutex互斥支持),运行体积小。输出信息时只需要引用 sdebugx.pas,创建类 sdebugprintboard 即可。使用Pascal语言。-It is multithread support debugger, write by pascal. the binary(debug print) is very small, and effective. All program want to print debug me
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:11835
    • 提供者:tsamcn
  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
    • 文件大小:58850
    • 提供者:asd
  1. vcthreads

    0下载:
  2. 10个VC++多线程操作实例源代码,内容涉及如何安全终止线程、如何创建UI线程、如何创建Worker线程、如何等待线程结束、如何挂起和恢复线程、如何获得线程的退出码、如何使用互斥量、如何使用临界区、如何使用信号量等内容,入门者更应该看一看,多线程的使用很广泛,可以提高程序效率。 -10 VC++ source code examples of multi-threaded operation, which relates to how to safely terminate the thre
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:134071
    • 提供者:yzj
  1. MultiThread1

    0下载:
  2. 实现火车站售票系统,采用多线程和互斥对象,在VC++环境实现。-Achieve the train station ticketing system, using multi-thread and mutex objects, in the VC++ environment for implementation.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1197754
    • 提供者:s080101132
  1. W1

    0下载:
  2. 线程同步,采用mutex实现! 其中还含有泛型编程Ttest类! 可以下载,在VS2008可以执行。-thread sync
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:592470
    • 提供者:邓正伟
  1. ex3

    6下载:
  2. 用win32同步对象解决临界区问题,用win32提供的同步对象中的任一种,解决兄弟问题,修改sm6.cpp,使用互斥对象Mutex ,用互斥对象Mutex,使得两个进程中的某些个处于wait状态,而一个处于运行态-Synchronization with the win32 object to solve critical problems, with the win32 synchronization objects provided by any one, to solve the pr
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:2061
    • 提供者:lx
  1. ex4

    0下载:
  2. 解决有限缓冲区问题,用Win32提供的同步对象解决有限缓冲区问题,修改sm6.cpp,在它的基础上修改线程函数并予以控制。用一个Symbol区分线程类型,用事件对象实现线程互斥的运行 -To solve the problem with limited buffers, using Win32 synchronization objects to provide limited buffers to solve the problem, modify sm6.cpp, on the basi
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:2623
    • 提供者:lx
  1. papi_parallel

    0下载:
  2. Programs Descr iption 1. Program Name : papi-pthreads-find-min-value.c Descr iption : The program randomly generated the list of integers.The list of integers is partitioned equally among the threads. The size of each threads partit
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:3956
    • 提供者:nuke88
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 27 »
搜珍网 www.dssz.com