搜索资源列表
easelib
- 这是本人在Linux下开发经常使用的一组C++工具类,包括了Socket类、TCP服务类、UDP服务类、Mysql数据库操作类、日志类、配置文件解析类、日期时间操作类、MD5和Base64加解密类、线程和线程池类、XML文件解析类等-this is my development in Linux are frequently used by a group C Tools categories, including the Socket class. TCP services category,
thread
- 概述一下原理和每个类的作用 (1): CTask 一个任务基类,作为线程的参数用 (2): CWorkThread:工作线程类,轮询检测参数是否可用,如果可用的话, 就去调用参数CTask的执 行函数Execute,如果参数不可用就等待 (3): CWorkQueue:是一个任务队列,里面装载CTask子类的对象,是一个对象的容器 (4): CWorkThreadPool:工作线程池,其中包含了工作线程组,调度线程,调度线程不停的检测 任务队列中是否有可用
homework2
- 编写基于管道的消息队列,该消息队列采用管道进行消息发送、存储、传递及接收。该消息队列应用于多线程环境时要保证线程是安全的;所采用的管道可以是由pipe创建的,也可以是命名管道;该消息队列能够接收CLMessage继承体系的消息;该消息队列能融入到本课程所提供的程序库中,能支持线程之间的通信(即需要提供发送消息的通信类,以及消息循环的管理类)。-The preparation of a pipeline-based message queue, the message queue using th
homework3
- 自己设计并实现一个消息队列,该队列能够接收CLMessage继承体系的消息,并且保证多线程环境下线程是安全的。该消息队列可以融入到本课程所提供的程序库中,能够支持线程之间的通信(即需要提供发送消息的通信类,以及消息循环的管理类)。-Design and implement a message queue, the queue CLMessage inheritance system able to receive messages, and to ensure a multi-threaded
BluetoothEventRedirector
- Bluetooth Event Redirector receives broadcasts and callbacks from the Bluetooth API and dispatches the event on the UI thread to the right class in the Settings.
expmt2
- 实现锁机制和条件变量,并利用这些同步机制将实验一中所实现双向有序链表类修改成线程安全的:-Realize the locking mechanism and condition variables, and use these synchronization mechanism experiment one implemented by the bidirectional orderly linked list class changes into a thread safe
HandlerThread
- Handy class for starting a new thread that has a looper for Java.
IntSet
- MT-safety: an instance of this class is <I>not< I> safe for access from multiple concurrent threads [even if access is done by a single thread at a time].
NameValueList
- Implements a simple NameValue association with a quick lookup function (via a hash map) the default behavior for this class is not thread safe.
ObjectIntMap
- MT-safety: an instance of this class is <I>not< I> safe for access from multiple concurrent threads [even if access is done by a single thread at a time].
SecurityUtils
- The class is used to perform an exchange of information between java.lang.Thread and java.security.AccessController.
ThreadSafe
- The class to which this annotation is applied is thread-safe.
WorkerThread
- Simple utility class used only to mark methods that are not executed on the UI thread (or Event Dispatch Thread in Swing AWT.) This annotation s sole purpose is to help reading the source code. It has no additional effect.
HandlerThread
- Handy class for starting a new thread that has a looper.
MmsSmsProvider
- This class provides the ability to query the MMS and SMS databases at the same time, mixing messages from both in a single thread (A.K.A. conversation).
BluetoothEventRedirector
- BluetoothEventRedirector receives broadcasts and callbacks from the Bluetooth API and dispatches the event on the UI thread to the right class in the Settings.
SipSessionListenerProxy
- Class to help safely run a callback in a different thread Source Code for Linux.
IntIntMap
- an instance of this class is <I>not< I> safe for access from multiple concurrent threads [even if access is done by a single thread at a time].
Qtthread
- QT通过三种形式提供了对线程的支持。它们分别是,一、平台无关的线程类,二、线程安全的事件投递,三、跨线程的信号-槽连接。这使得开发轻巧的多线程Qt程序更为容易,并能充分利用多处理器机器的优势。多线程编程也是一个有用的模式,它用于解决执行较长时间的操作而不至于用户界面失去响应-QT through three forms provides support for threads. They are respectively, a thread class, platform independent
CPthread
- Cross platform thread cla-Cross platform thread class
