搜索资源列表
poll
- linux poll driver for 2410
Linux-driver-development8
- 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第8章、Linux设备驱动中的阻塞与非阻塞I/O。阻塞和非阻塞I/O是设备访问的两种不同模式,驱动程序可以灵活地支持用户空间对设备的这两种访问方式。8.1节讲解阻塞I/O和非阻塞I/O的区别,实现阻塞I/O的等待队列机制,以及在globalfifo设备驱动中增加对阻塞I/O支持的方法,并进行了用户空间的验证。8.2节讲解设备驱动的轮询(poll)操作的概念和编程方法,poll操作可以帮助用户了解是否能对设备
scull-poll
- LINUX 驱动入门 字符设备 从入门到提升之 mydve_po-linux driver primer
Help-to-understand-select-poll-epoll
- 帮助了解select poll函数的运行机制 熟悉Linux kernel休眠等待机制-Help to understand select poll function mechanism Familiar with Linux kernel dormant waiting mechanism
timer
- UNIX/Linux应用程序在使用select/poll调用实现I/O的集中控制时,可借此实现通用的定时器功能。因为依赖于之前上传的双向链表实现,故而也包含在其中。-UNIX/Linux applications to achieve the centralized control of the I/O using select/poll call will be able to achieve universal timer functions. Doubly linked list impl
blk-iopoll
- Linux Driver, Functions related to interrupt-poll handling in the block layer. This is similar to NAPI for network devices.-Linux Driver, Functions related to interrupt-poll handling in the block layer. This is similar to NAPI for network devices.
poll
- linux操作系统下面的poll函数的用法 源代码 驱动-linux poll
poll
- 一个linux dirver示例:关于poll阻塞的简明而又很好的示例。-A linux dirver example: Brief but good example on poll obstruction.
BlockingQueue
- 提供enqueue(),take()和poll() , 功能类似java BlockingQueue功能,详细使用可参考 测试程序。 该库为C++编写,支持Windows与Linux。
busy_poll
- net busy poll support for Linux v2.13.6.
msm_drv
- msm fb output poll changed for Linux v2.13.6.
vhost
- Poll a file (eventfd or socket) for Linux v2.13.6.
06poll
- Linux 下的 Poll 机制驱动 提供了用户对文件操作的监控-Poll mechanism under Linux driver provides user monitoring of file operations
06-file_io
- Linux下文件IO操作示例。包括以下示例:copy_file,lock_set,poll,select,standard_io,producer-Linux operating under the File IO examples. Include the following examples: copy_file, lock_set, poll, select, standard_io, producer
busy_poll
- net busy poll support for Linux v2.13.6.
hpet_example
- hpet poll: device-name freq iterations for Linux v2.13.6.
poll
- Linux Poll机制的分析,有源代码,也有写的一份记录文档,很好的分析poll机制的实现-linux poll code and text
poll聊天服务器
- 1. 聊天室服务器端的创建。 2. 聊天室客户端的创建。 3. 实现客户与服务器的连接通讯。 4. 实现客户之间的私聊 5. 实现客户端的在线信息显示。 6. 实现服务器端当前在线客户信息。(1. chat room server side creation. 2. chat room client creation. 3. realize the connection communication between client and server. 4., to achieve
libevent
- Libevent 是一个用C语言编写的、轻量级的开源高性能事件通知库,主要有以下几个亮点:事件驱动( event-driven),高性能;轻量级,专注于网络,不如 ACE 那么臃肿庞大;源代码相当精炼、易读;跨平台,支持 Windows、 Linux、 *BSD 和 Mac Os;支持多种 I/O 多路复用技术, epoll、 poll、 dev/poll、 select 和 kqueue 等;支持 I/O,定时器和信号等事件;注册事件优先级。(Libevent is an open sourc