The OpenNET Project / Index page

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

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

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

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

    NAME

    cli, sti - disable/enable interrupts
     
    

    SYNOPSIS

    #include <asm/system.h>

    extern void cli()
    extern void sti()  

    DESCRIPTION

    The cli function causes interrupts to be blocked on the host, so that following critical code may run uninterrupted. The sti function enables interrupts again.

    Although it is possible to use cli/sti pairs to protect critical code, it is best to use cli with the save_flags macro. See save_flags (9).  

    RETURN VALUE

    none  

    AVAILABILITY

    Linux 1.0+  

    SEE ALSO

    save_flags(9)

    include/asm-*/system.h  

    AUTHOR

    Stephen Williams (steve@icarus.com)  

    BUGS

    The i386 ancestry of the names can be slightly confusing.


     

    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
    Добавить, Поддержать, Вебмастеру