home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / wizards / 3902 < prev    next >
Encoding:
Text File  |  1992-09-14  |  878 b   |  23 lines

  1. Newsgroups: comp.unix.wizards
  2. Path: sparky!uunet!gatech!concert!uvaarpa!murdoch!palm.cs.Virginia.EDU!asw2s
  3. From: asw2s@palm.cs.Virginia.EDU (Alex S. Waterman)
  4. Subject: Process state during interrupt processing
  5. Message-ID: <1992Sep12.154951.28186@murdoch.acc.Virginia.EDU>
  6. Followup-To: asw2s@virginia.edu
  7. Keywords: device driver, interrupt, process state
  8. Sender: asw2s@virginia.edu
  9. Organization: University of Virginia Computer Science Department
  10. Distribution: usa
  11. Date: Sat, 12 Sep 1992 15:49:51 GMT
  12. Lines: 9
  13.  
  14. All,
  15.         Running SunOS4.1.1 on a sun4. Is there any fool proof way to tell
  16. the state of a process, if the proc * is handy, during interrupt time?  (ie.
  17. is the process alive, or has it died) Specifically, during a VME bus
  18. interrupt.  Is the process structure locked in memory, and located at the
  19. same VIRTUAL memory location?  
  20.  
  21. Thanks in advance,
  22.  - Alex Waterman
  23.