搜索资源列表
pollmonitor
- 使用非阻塞 I/O 的应用程序常常使用 poll, select, 和 epoll 系统调用. poll, select 和 epoll 本质上有相同的功能: 每个允许一个进程来决定它是否可读或者写一个或多个文件而不阻塞. 这些调用也可阻塞进程直到任何一个给定集合的文件描述符可用来读或写. 因此, 它们常常用在必须使用多输入输出流的应用程序, 而不必粘连在它们任何一个上. 相同的功能常常由多个函数提供, 因为 2 个是由不同的团队在几乎相同时间完成的: select 在 BSD Unix 中引入
poll()function
- UNIX 中的POLL 函数相关介绍,应用和函数说明-UNIX in the POLL function related presentations, applications, and function descr iption
poll
- poll定时等待输入的应用,若规定时间内没有输入,跳过输入-poll time to wait for input application, if not entered within the specified time, skip the input. .
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.
select
- This file contains the procedures for the handling of select and poll
esas2r_int
- Poll the adapter for interrupts and service them. This function handles both legacy interrupts and MSI.
AbstractQueue
- AbstractQueue is an abstract class which implements some of the methods in Queue. The provided implementations of add, remove and element are based on offer, poll, and peek except that they throw exceptions to indicate some error instead of returning
mach-mxs
- poll BUSY bit becoming cleared.
busy_poll
- net busy poll support for Linux v2.13.6.
fnic_main
- Timer to poll notification area for events. Used for MSI interrupts.
msm_drv
- msm fb output poll changed for Linux v2.13.6.
vhost
- Poll a file (eventfd or socket) for Linux v2.13.6.
nsp_message
- NSP invoke interrupts only in the case of scsi phase changes, therefore we should poll the scsi phase here to catch the next msg out if exists (no scsi phase changes). -NSP invoke interrupts only in the case of scsi phase changes, therefore we shou
poll
- Structure of file descr iptor event pairs supplied in the poll arrays.
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
