next up previous contents index
Next: Manipulating the State of Up: The Topaz Operating System Previous: Examining Processes

The OSFriends Interface

    OSFriends contains procedures that are logically a part of the OS interface but are either very dangerous, or are not widely used.

SAFE DEFINITION MODULE OSFriends;

FROM OS IMPORT
  AccessMode, Alerted, Dir, Error, ExitStatus, File, FileMode,
  Major, Minor, OpenMode, PathName, PGRP, PID, ProcessTemplate,
  User, VID;

IMPORT NubTypes, Text, ThreadFriends, Time, Rd, Wr;

For a summary of the interfaces imported by OSFriends, see Appendix E, page [*]. (NubTypes, Time, Rd, and Wr are no longer referenced from OSFriends.)



 

Paul McJones
8/28/1997