The OpenNET Project / Index page

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

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

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

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

    NAME

    usleep - suspend execution for interval in microseconds
     
    

    SYNOPSIS

    #include <unistd.h>
    
    int usleep(useconds_t useconds);
    

     

    DESCRIPTION

    The usleep() function suspends the caller from execution for the number of microseconds specified by the useconds argument. The actual suspension time might be less than requested because any caught signal will terminate usleep() following execution of that signal's catching routine. The suspension time might be longer than requested by an arbitrary amount because of the scheduling of other activity in the system.

    If the value of useconds is 0, then the call has no effect.

    The use of the usleep() function has no effect on the action or blockage of any signal. In a multithreaded process, only the invoking thread is suspended from execution.  

    RETURN VALUES

    On completion, usleep() returns 0. There are no error retruns.  

    ERRORS

    No errors are returned.  

    USAGE

    The usleep() function is included for its historical usage. The nanosleep(3C) function is preferred over this function.  

    ATTRIBUTES

    See attributes(5) for descriptions of the following attributes:

    ATTRIBUTE TYPEATTRIBUTE VALUE

    Interface StabilityCommitted

    MT-Level

    Standard

     

    SEE ALSO

    nanosleep(3C), sleep(3C), attributes(5), standards(5)


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    ERRORS
    USAGE
    ATTRIBUTES
    SEE ALSO


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




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

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