The OpenNET Project / Index page

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

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

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

sleep (3)
  • sleep (1) ( Solaris man: Команды и прикладные программы пользовательского уровня )
  • sleep (1) ( FreeBSD man: Команды и прикладные программы пользовательского уровня )
  • sleep (1) ( Русские man: Команды и прикладные программы пользовательского уровня )
  • sleep (1) ( Linux man: Команды и прикладные программы пользовательского уровня )
  • sleep (1) ( POSIX man: Команды и прикладные программы пользовательского уровня )
  • sleep (3) ( Solaris man: Библиотечные вызовы )
  • >> sleep (3) ( FreeBSD man: Библиотечные вызовы )
  • sleep (3) ( Русские man: Библиотечные вызовы )
  • sleep (3) ( Linux man: Библиотечные вызовы )
  • sleep (3) ( POSIX man: Библиотечные вызовы )
  • sleep (9) ( FreeBSD man: Ядро )
  • Ключ sleep обнаружен в базе ключевых слов.

  • BSD mandoc
     

    NAME

    
    
    sleep
    
     - suspend process execution for an interval measured in seconds
    
     
    

    LIBRARY

    Lb libc
    
     
    

    SYNOPSIS

       #include <unistd.h>
    unsigned int sleep (unsigned int seconds);
     

    DESCRIPTION

    The sleep ();
    function suspends execution of the calling process until either Fa seconds seconds have elapsed or a signal is delivered to the process and its action is to invoke a signal-catching function or to terminate the process. System activity may lengthen the sleep by an indeterminate amount.

    This function is implemented using nanosleep(2) by pausing for Fa seconds seconds or until a signal occurs. Consequently, in this implementation, sleeping has no effect on the state of process timers, and there is no special handling for SIGALRM.  

    RETURN VALUES

    If the sleep ();
    function returns because the requested time has elapsed, the value returned will be zero. If the sleep ();
    function returns due to the delivery of a signal, the value returned will be the unslept amount (the requested time minus the time actually slept) in seconds.  

    SEE ALSO

    nanosleep(2), usleep(3)  

    STANDARDS

    The sleep ();
    function conforms to St -p1003.1-90 .  

    HISTORY

    A sleep ();
    function appeared in AT&T System v7 .


     

    Index

    NAME
    LIBRARY
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    SEE ALSO
    STANDARDS
    HISTORY


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




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

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