搜索资源列表
利用读写锁保持线程同步.zip
- 利用读写锁保持线程同步
duzhexiezhe-c
- 读者-写者问题经典的线程同步问题的一个模型,于是我制作本文,希望对学习操作系统实现的有所帮助-reader-wrote the classic problem of synchronization of threads a model, so I produced this paper, hope to learn from the operating system to achieve some help
C_windows_synchronism_control
- 列举了在windows下用于线程同步控制的多种示例小程序-listed under the windows thread synchronization control for a variety of examples of small procedures
thrmgr
- linux下的线程池,其中使用了条件变量,互斥锁等保持线程同步的变量!
MultiThread
- 多线程程序设计 内包括:利用事件对象,临界资源实现多线程同步的程序的实现
os(linuxshellthreadprocess)
- liunx下的shell实现;进程、线程同步的实现;I/O系统调用的比较(mmap)——操作系统的课程设计
EventCore0.004
- 什么是EventCore库 EventCore是一个用于提供线程同步,事件驱动,进程间数据传递,高精度计时器等功能的开源库。EventCore的最新源代码,可以在 http://event.googlecode.com 得到。EventCore库使用方便简单,内建线程管理,是开发多线程程序非常实用的一个库。 为什么要开发EventCore库 开发EventCore的目的是为了解决多线程程序通信,数据传递,函数调用,防死锁,线程同步,高精度计时器等问题。笔者在开发多线程程序时常常被线
chengxuyuanma
- 用多线程同步方法解决读者阅览问题 1) 每个读者进入阅览室后,即时显示“Entered” 及其线程自定义标识,还同时显示阅览室共有几名顾客及其所坐的位置。 2) 至少有10个读者,每人阅览至少3秒钟。 3) 多个读者须共享操作函数代码。 2总的设计思想及系统平台、语言、工具: 设计思想:程序设定的是10个读者和5个座位,对读者进行编号,依次进入阅览室读书,为每一座位列一表目,包括座号和读者号等,读者离开时要登出,即消掉登记的信息。 系统平台:LINUX 语言:C语言
shared-memory
- 利用信号量,锁,共享内存来实现线程同步的很好的例子-Using semaphores, locks, shared memory to achieve a good example of thread synchronization
利用读写锁保持线程同步
- 利用读写锁保持线程同步-Read-write lock to maintain the use of thread synchronization
pthread
- linux下的多线程的创建及信号同步,信号量,互斥量-under linux to create multi-threaded and signal synchronization, semaphores, mutex volume
CQueue
- C++实现的实现了线程同步的缓冲区可以在类的初始化的时候制定缓冲区节点大小和节点个数-C++ implementation of the implementation of thread synchronization buffer
ThreadEvent
- 利用事件对象实现线程同步,适合于Winodws系统编程,对初学者很有帮助-use Event Thread,suitable to beginer of windows use Visual C++
DelphiWindowshexinbiancheng
- 本书是一本介绍Windows核心技术及高级技巧的专著。从系统内核编程出发,使用大量的例子帮助读者理解这些编程技术,讲述了线程同步及隐藏、系统钩子深入分析、读写物理磁盘的关键技术、读写物理内存和其他进程内存的核心技术、Windows 9x下调用16位实模式和保护模式代码的核心技术、直接读写端口技术、可执行文件加壳的技巧、PE结构分析、Ring0的实现、Windows API截取技术、屏幕取词技术等方面的内容。全书对热点源代码进行了深入剖析和讲解,同时本书汇聚了作者利用Soft-ICE跟踪调试经验,
comcommu
- 针对现在工业监控中的缺乏多路串口同时监测的手法,通过开辟多线程以及线程同步解决了多串口同时监测的问题-Intended for industrial monitoring and control in the absence of multi-channel serial port simultaneously monitor the way, through the creation of multi-threading and thread synchronization to solve
Reader-Writer
- reader—writer problem 多线程同步算法 linux下实现-reader-writer problem linux multithreaded synchronization algorithm to achieve
solutionofreader-writerproblem
- 解决读者-写者多线程同步问题,在Windows环境下运用Visual C++ 6.0实现。-Address the reader- writer multithreading synchronization problems in Windows environment using Visual C++ 6.0 to achieve.
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.)
thread_queue
- 线程池 使用 并行处理;多线程使用时最佳选择;收发同步等操作均可以使用(thread pool code;for multi-thread using)