CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - poll linux

搜索资源列表

  1. poll

    0下载:
  2. linux poll driver for 2410
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:3.76kb
    • 提供者:dylan
  1. Linux-driver-development8

    0下载:
  2. 作者:华清远见嵌入式学院。《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操作可以帮助用户了解是否能对设备
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:389.9kb
    • 提供者:华清远见
  1. scull-poll

    0下载:
  2. LINUX 驱动入门 字符设备 从入门到提升之 mydve_po-linux driver primer
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:99.69kb
    • 提供者:小敏
  1. Help-to-understand-select-poll-epoll

    0下载:
  2. 帮助了解select poll函数的运行机制 熟悉Linux kernel休眠等待机制-Help to understand select poll function mechanism Familiar with Linux kernel dormant waiting mechanism
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:182.55kb
    • 提供者:adam
  1. timer

    0下载:
  2. 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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-29
    • 文件大小:3.25kb
    • 提供者:Richard
  1. blk-iopoll

    0下载:
  2. 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.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-23
    • 文件大小:2.1kb
    • 提供者:viegecer
  1. poll

    0下载:
  2. linux操作系统下面的poll函数的用法 源代码 驱动-linux poll
  3. 所属分类:Driver develop

    • 发布日期:2017-04-26
    • 文件大小:71.97kb
    • 提供者:卢哈哈
  1. poll

    0下载:
  2. 一个linux dirver示例:关于poll阻塞的简明而又很好的示例。-A linux dirver example: Brief but good example on poll obstruction.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:2.59kb
    • 提供者:wzn
  1. BlockingQueue

    0下载:
  2. 提供enqueue(),take()和poll() , 功能类似java BlockingQueue功能,详细使用可参考 测试程序。 该库为C++编写,支持Windows与Linux。
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-24
    • 文件大小:159.59kb
    • 提供者:陈军
  1. busy_poll

    0下载:
  2. net busy poll support for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1.37kb
    • 提供者:cubuisen
  1. msm_drv

    0下载:
  2. msm fb output poll changed for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7.42kb
    • 提供者:winvingzue
  1. vhost

    0下载:
  2. Poll a file (eventfd or socket) for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-28
    • 文件大小:11.63kb
    • 提供者:sengmanfui
  1. 06poll

    0下载:
  2. Linux 下的 Poll 机制驱动 提供了用户对文件操作的监控-Poll mechanism under Linux driver provides user monitoring of file operations
  3. 所属分类:Driver develop

    • 发布日期:2017-04-02
    • 文件大小:13.46kb
    • 提供者:黄志林
  1. 06-file_io

    0下载:
  2. 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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-26
    • 文件大小:13.37kb
    • 提供者:sky
  1. busy_poll

    0下载:
  2. net busy poll support for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1.63kb
    • 提供者:wjrzdz
  1. hpet_example

    0下载:
  2. hpet poll: device-name freq iterations for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1.49kb
    • 提供者:王俊
  1. poll

    0下载:
  2. Linux Poll机制的分析,有源代码,也有写的一份记录文档,很好的分析poll机制的实现-linux poll code and text
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:5.04kb
    • 提供者:丁洋
  1. poll聊天服务器

    0下载:
  2. 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
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-26
    • 文件大小:2kb
    • 提供者:weibaba
  1. libevent

    0下载:
  2. 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
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-29
    • 文件大小:1.14mb
    • 提供者:Ting_Yu
搜珍网 www.dssz.com