wait(3f) 맨 페이지 - 윈디하나의 솔라나라

개요

섹션
맨 페이지 이름
검색(S)

wait(3f)

wait(3F)                   Fortran Library Functions                  wait(3F)



NAME
       wait - wait for a process to terminate

SYNOPSIS
       integer*4 function wait (status)
       integer*4 status

DESCRIPTION
       wait  causes  its caller to be suspended until a signal is received, or
       until one of its child processes terminates. If any  child  has  termi‐
       nated  since  the last wait, return is immediate; if there are no chil‐
       dren, return is immediate with an error code.


       If the returned value is positive, it is the process ID of  the  child,
       and  status  is  its  termination status (see wait(2)). If the returned
       value is negative, it is the negation of a system error code.

FILES
       libfsu.a

SEE ALSO
       wait(2), signal(3F), kill(3F), perror(3F)



Studio 12.6                     September 2015                        wait(3F)
맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3