Xinu7/man/man2/resume.doc




RESUME(2)           Xinu Programmer's Manual            RESUME(2)



NAME
     resume - resume a suspended process

SYNOPSIS
     int resume(pid)
     int pid;

DESCRIPTION
     _R_e_s_u_m_e takes process _p_i_d out of hibernation and allows it to
     resume execution.  If _p_i_d is invalid or process _p_i_d is not
     suspended, _r_e_s_u_m_e returns SYSERR; otherwise it returns the
     priority at which the process resumed execution.  Only
     suspended processes may be resumed.

SEE ALSO
     sleep(2), suspend(2), send(2), receive(2)







































Version 6b               Printed 1/12/87                        1