The OpenNET Project / Index page

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

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

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

sigpending (2)
  • >> sigpending (2) ( Solaris man: Системные вызовы )
  • sigpending (2) ( FreeBSD man: Системные вызовы )
  • sigpending (2) ( Русские man: Системные вызовы )
  • sigpending (2) ( Linux man: Системные вызовы )
  • sigpending (3) ( POSIX man: Библиотечные вызовы )
  •  

    NAME

    sigpending - examine signals that are blocked and pending
     
    

    SYNOPSIS

    #include <signal.h>
    
    int sigpending(sigset_t *set);
    

     

    DESCRIPTION

    The sigpending() function retrieves those signals that have been sent to the calling process but are being blocked from delivery by the calling process's signal mask. The signals are stored in the space pointed to by the set argument.  

    RETURN VALUES

    Upon successful completion, 0 is returned. Otherwise, -1 is returned and errno is set to indicate the error.  

    ERRORS

    The sigpending() function will fail if:

    EFAULT

    The set argument points to an illegal address.

     

    ATTRIBUTES

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

    ATTRIBUTE TYPEATTRIBUTE VALUE

    Interface StabilityStandard

    MT-Level

     

    SEE ALSO

    sigaction(2), sigprocmask(2), sigsetops(3C), attributes(5), standards(5)


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    ERRORS
    ATTRIBUTES
    SEE ALSO


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




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

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