搜索资源列表
利用读写锁保持线程同步.zip
- 利用读写锁保持线程同步
解决线程死锁问题的 生产者 消费者程序
- 解决线程死锁问题的 生产者 消费者程序-threads of producers and consumers procedures
epoll多线程
- Lock.cpp : 锁的操作 , 读锁可以并发 , 写锁独占. Queue.h : 队列的封装 , 队列的读和写都加了锁的保护. Socket.cpp : 套接口的简单封装. Thread.cpp : 线程的封装实现了些简单的线程停止,运行等功能 , 启动别的线程的时候需要继承次类. Worker.cpp : 用户接口类 , 用户需继承此类。 ListenThread.cpp(继承Thread
多线程以及互斥锁
- 本文介绍多线程编程以及使用互斥锁进行线程同步 是多线程编程入门十分有益的资料
RWLock
- 多线程下的文件读写加锁 -File accesss lock in multi-thread
ReleaseDeadLock
- 多线程管理发现处理数据库死锁问题-Found to deal with the management of multi-threaded database deadlock
利用读写锁保持线程同步
- 利用读写锁保持线程同步-Read-write lock to maintain the use of thread synchronization
解决线程死锁问题的 生产者 消费者程序
- 解决线程死锁问题的 生产者 消费者程序-threads of producers and consumers procedures
哲学家进餐问题VC版
- 本程序是操作系统中比较典型的线程同步算法中的哲学家进餐问题,为防止死锁,采取了两个条件(筷子空闲)同时满足时再允许进餐的办法来解决。期望与大家一起学习交流!-the procedure is fairly typical operating system threads synchronization algorithm of the Dining Philosophers, in order to prevent deadlock a
csharp_thread
- 用C#编写的多线程实例,包括线程监视,线程互锁。-C# prepared by the multi-threaded example, including surveillance threads, thread interlocked.
20070101075034816251
- 多线程HTTP服务器程序.Linux下开发的心得笔记 包括加锁的问题、内核编程的一些注意事项、内核程序风格的注意事项、为操作函数集等和一些源码。-multithreaded HTTP server. Linux development experience including lockable Notes, some kernel programming note, the kernel procedures style matters
thrmgr
- linux下的线程池,其中使用了条件变量,互斥锁等保持线程同步的变量!-linux under the thread pool, which conditions the use of variables, such as maintaining Mutex variable to synchronize threads!
rwlock
- 实现了面向多线程应用程序的读写锁,支持并发读,互斥写-Realize a multi-threaded applications for the read and write lock to support the concurrent read, exclusive write
C++MultiThreadProgramming
- 全书分为13章,全面讲解构建多线程架构与增量多线程编程技术。第1章介绍了用于构建面向对象程序的不同类型 C++组件,以及如何使用这些组件来构建多线程架构。第2、3、4章简要介绍进程、线程、多任务处理、多线程化、 规划以及线程优先权的概念。第5章讨论进程间和线程间通信。第6章讨论线程和进程同步与合作,详细讨论临界区 、死锁、数据竞争以及无限延迟方面的主题。第7-10章讲解用于线程同步、线程间通信以及多线程处理
200602061800455528
- 通过远程线程注入的方式截取Alt+Ctrl+Del,实现真正的键盘软锁。-Through remote thread into the way of the interception of Alt+ Ctrl+ Del, a real soft keyboard lock.
Semaphore
- 通过编程6个哲学家吃饭了解进程(线程)同步与死锁.-Programmed to eat six philosophers to understand the process (thread) synchronization and deadlock.
RWLock
- 实现了面向多线程应用程序的读写锁,支持并发读,互斥写-For the realization of multi-threaded applications to read and write lock to support the concurrent read, exclusive write
MyLinuxThread5-25[1].tar
- LINUX 线程池源代码:Lock.cpp : 锁的操作 , 读锁可以并发 , 写锁独占. Queue.h : 队列的封装 , 队列的读和写都加了锁的保护. Socket.cpp : 套接口的简单封装. Thread.cpp : 线程的封装实现了些简单的线程停止,运行等功能 , 启动别的线程的时候需要继承次类. Worker.cpp : 用户接口类 , 用户需继承此类。 ListenThread.cpp(继承Thre
MyThreadPool
- 用VC上自己写的一个线程池,实现了一个自定义的CriticalSection,一个安全且可自动解除的锁,一个自定义的线程类,它封装了一个线程核心对象,最后实现了线程池类,用来管理线程对象。 且利用事件核心对象,实现了线程核心对象对消息列表的同步访问。下载即可运行,是整个工程文件-a threadpool, implemented by define a self-defining CriticalSection, a safy lock
线程-Java
- 实现多线程 互斥锁 线程池 线程同步利用Java实现(Achieve multi-threaded mutex sewing thread pool)