next contents previous
Next: dp_join (2) Up: contents Previous: dp_create (2)





DP_EXIT(2-N)               SYSTEM CALLS              DP_EXIT(2-N)


NAME
     dp_exit -- exit from the MPPG


SYNOPSIS
     #include <sys/mppg.h>

     void dp_exit();


DESCRIPTION
     dp_exit  exits  the calling process from the MPPG.  When the
     process exits from the MPPG, all global memory  regions  are
     detached  from the process virtual space, and GCR access and
     INA instructions become unavailable.


SEE ALSO
     dp_create(2),   dp_join(2),   dp_xmalloc(2),   dp_xmfree(2),
     dp_xmshare(2), dp_xmatt(2), dp_cntl(2),
     dp_kill(2), dp_resume(2)
     Global Memory in the SUPER-UX Programmer's Guide


NOTES
     In the  exit(2)  system  call,  the  same  functions  as  in
     dp_exit(2) are executed. Therefore, dp_exit(2) is valid only
     when the process has work that must be  done  after  leaving
     the MPPG.




























SUPER-UX            Last change: Oct 13, 1999                   1




next contents previous
Next: dp_join (2) Up: contents Previous: dp_create (2)

G1AB02E Programmer's Reference Manual