The OpenNET Project / Index page

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

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

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

alarm (3)
  • alarm (2) ( Solaris man: Системные вызовы )
  • alarm (2) ( Русские man: Системные вызовы )
  • alarm (2) ( Linux man: Системные вызовы )
  • >> alarm (3) ( Solaris man: Библиотечные вызовы )
  • alarm (3) ( FreeBSD man: Библиотечные вызовы )
  • alarm (3) ( POSIX man: Библиотечные вызовы )
  • 
    NAME
         alarm - execute a subroutine after a specified time
    
    SYNOPSIS
         integer*4 function alarm (time, sbrtn)
         integer*4 time
         external sbrtn
    
    USAGE
         integer*4 time /8/
         external sbrtn
         nseconds = alarm(time,sbrtn)
    
    DESCRIPTION
         This routine arranges for  subroutine  sbrtn  to  be  called
         after  time seconds.  If time is 0, the alarm is turned off,
         and no routine is called.  The returned value  is  the  time
         remaining on the last alarm.
    
    RESTRICTIONS
         A subroutine cannot pass its own name to alarm.
    
         The alarm routine generates  signals  that  could  interfere
         with any I/O. The called routine, sbrtn, must not do any I/O
         itself.
    
         Calling alarm() from a parallelized or  multi-threaded  pro-
         gram may have unpredictable results.
    
    FILES
         libF77.a
    
    SEE ALSO
         alarm(2), sleep(3F), signal(3F)
    
    
    
    


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




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

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