The OpenNET Project / Index page

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

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

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

wake_up (9)
  • >> wake_up (9) ( Linux man: Ядро )
  •  

    NAME

    wake_up - wake up sleeping processes
    
    
     
    

    SYNOPSIS

    #include <linux/sched.h>
    void wake_up(struct wait_queue**condition)
     

    DESCRIPTION

    The wake_up function is the opposite of the sleep_on(9) function in that it awakens processes that have gone to sleep using the same condition variable. All the processes sleeping on the given condition are awakened. If there are no processes sleeping on the condition, then none are affected.

    Unlike the sleep_on(9) function, wake_up does not block and may be called by interrupt handlers. It is in fact the principle means of synchronizing with interrupt events.

    If the condition parameter is NULL, or there are no processes sleeping on condition, the call to wake_up is a no-op.  

    RETURN VALUE

    None.  

    AVAILABILITY

    Linux 1+  

    SEE ALSO

    sleep_on(9)

    /usr/src/linux/kernel/sched.c  

    AUTHOR

    Stephen Williams <steve@icarus.com>  

    BUGS


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    RETURN VALUE
    AVAILABILITY
    SEE ALSO
    AUTHOR
    BUGS


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




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

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