搜索资源列表
Mutex with CSingleLock
- This file contains a summary of what you will find in each of the files that make up your Mutex application.-This file contains a summary of what you will find in each of the files that make up your Mutex application.
Mutex APIs Make multiple instance-aware programs.z
- Mutex APIs Make multiple instance-aware programs
multi_thread
- 3种多线程同步方式(Critical Section,Mutex,Event)的小例子-3 multithreading synchronous mode (Critical Section, Mutex, Event) small example
MUTEX
- 多线程编程入门技术-entry multithreaded programming techniques
mutexs application
- 利用mutex object编写的多线程运用程序, 可以直接运行,可以手动改变线程优先级, 很直观。-use Mutex object prepared by the multi-threaded application procedures can be run directly can manually change the thread priority, very intuitive.
Mutex APIs Make multiple instance-aware programs.z
- Mutex APIs Make multiple instance-aware programs
Mutex with CSingleLock
- This file contains a summary of what you will find in each of the files that make up your Mutex application.-This file contains a summary of what you will find in each of the files that make up your Mutex application.
3ThreadDoc
- 多线程----介绍3种多线程同步方式(Critical Section,Mutex,Event)例子-introduced three kinds of multithreaded synchronization mode (Critical Section, Mutex, Event) example
hello_world_multi
- 多处理器编程。 存在多个核,每个核之间的调度与互斥。-multi-processor programming. The existence of many nuclear, each between the nuclear Scheduling and mutex.
ThreadsTest
- C#多线程的互斥操作,用Monitor类实现对共享资源的异步操作-the mutex multithreaded operation, with Monitor realization of shared resources asynchronous operation
mutex
- 第一次上传,大家如果需要可以下载,谢谢大家-first upload, if we need to be downloaded, thank you
mutex-lock
- 多线程编程-互斥锁 由于线程的清量性,在搜索引擎构建中被广泛使用.线程的实现有多种方式,譬如互斥锁,条件变量,读写锁等.其中互斥锁最为简单,读写锁也与互斥锁类似.在LInux下简单实现一个链表,链表的插入和删除,以及整个链表的析构要考虑多线程的同步-Multi-threaded programming- Mutex clearance due to the amount of threads in the search engine
mutex
- uc/OS-ii互斥信号量的处理,大家好好研究啦-uc/OS-ii Mutex Semaphore handling of everyone you carefully study
mutex
- 使用互斥信号量解决ucosii中的优先级反转-The use of mutex semaphores to solve the ucosii Priority Inversion
create-mutex
- ucos-ii中互斥信号mutex建立源码-ucos-ii in the establishment of mutually exclusive mutex signal source
del-mutex
- ucos-ii中互斥信号mutex的删除-ucos-ii in the deletion of mutex mutex signal
pend-mutex
- ucos-ii中等待一个互斥信号mutex源码-ucos-ii in waiting for a mutex mutex signal source
post-mutex
- ucos-ii中发送一个互斥信号mutex源码-ucos-ii Send a mutex mutex signal source
Mutex
- 互斥量的类封装,适合C++编程,通过此类,能够直接对互斥量进行控制。-Mutex class package for C++ programming, through such direct-to-mutex control.
mutex
- 在线程实际运行过程中,经常需要多个线程保持同步。这时可以用互斥锁来完成任务。(Threads often require multiple threads to keep synchronization during the actual operation of the thread. You can then use the mutex to complete the task.)