The dpunblock man page







NAME
     dpunblock - enable DP-related system signals

SYNOPSIS
     #include 

     void dpunblock()

DESCRIPTION
     dpunblock() enables system signals used by DP  and  restores
     the signal mask existent before the dpblock() call.

     For every dpblock() call, dpunblock() must always be  called
     to  indicate  the  end  of  the  critical section before the
     current function returns.  Failure to do so may  prevent  DP
     from delivering any incoming messages.

REMARK
     This is a DP function call.

AUTHOR
     David Arnow

FILES
     /usr/include/dp/dp.h - DP header file
     /usr/lib/libdp.a     - DP library file

SEE ALSO
     dpblock(3DP), dppause(3DP), dpcall(3DP), sigblock(2)





Essential DP MAN Pages:

General/Essential:


Non-Interrupting Messages:


Interrupting Messages:
  • dpblock
  • dpcatchmsg
  • dpgetmsg
  • dppause
  • dpunblock

    Other:
    Return to DP For Students Return to The DP Project Return to David Arnow's Home Page