The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

pollwakeup (9)
  • >> pollwakeup (9) ( Solaris man: Ядро )
  •  

    NAME

    pollwakeup - inform a process that an event has occurred
     
    

    SYNOPSIS

    #include <sys/poll.h>
    
    
    
    void pollwakeup(struct pollhead *php, short event);
    

     

    INTERFACE LEVEL

    Architecture independent level 1 (DDI/DKI).  

    PARAMETERS

    php

    Pointer to a pollhead structure.

    event

    Event to notify the process about.

     

    DESCRIPTION

    The pollwakeup() function wakes a process waiting on the occurrence of an event. It should be called from a driver for each occurrence of an event. The pollhead structure will usually be associated with the driver's private data structure associated with the particular minor device where the event has occurred. See chpoll(9E) and poll(2) for more detail.  

    CONTEXT

    The pollwakeup() function can be called from user, interrupt, or kernel context.  

    SEE ALSO

    poll(2), chpoll(9E)

    Writing Device Drivers  

    NOTES

    Driver defined locks should not be held across calls to this function.


     

    Index

    NAME
    SYNOPSIS
    INTERFACE LEVEL
    PARAMETERS
    DESCRIPTION
    CONTEXT
    SEE ALSO
    NOTES


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру