•  Back 
  •  MagiC's XFS-concept 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help page 
  •  Show info about hypertext 
  •  View a new file 
Topic       : TOS - The Operating System
Author      : 
Version     : tos.hyp (December 19, 2008)
Subject     : Programmieren/Atari
Nodes       : 3010
Index Size  : 93790
HCP-Version : 5
Compiled on : Atari
@charset    : atarist
@lang       : 
@default    : Title
@help       : 
@options    : +g -i -s +x +zz -t4
@width      : 70
View Ref-File11.5.16.28  xfs_pterm                                              TOS

 Name:        »xfs_pterm« - Notify a program termination.

 Parameters:

               a0 =  PD *
               ->    void

 Description: The call xfs_pterm is made at every program termination 
              and gives the XFS the opportunity to release internal 
              structures or remove locks. The files visible to the 
              kernel (i.e. those that are assigned a handle) are 
              closed by the kernel beforehand. The reference counter 
              for the standard directories is likewise decremented 
              beforehand by the kernel.

              A pointer to a process descriptor is passed in a0.

 Group:       Make-up of an XFS

 See also:    MagiC's XFS-concept