home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / modula3 / 1047 < prev    next >
Encoding:
Text File  |  1992-11-24  |  819 b   |  23 lines

  1. Newsgroups: comp.lang.modula3
  2. Path: sparky!uunet!haven.umd.edu!decuac!pa.dec.com!src.dec.com!mann
  3. From: mann@src.dec.com (Tim Mann)
  4. Subject: Re: Failing system calls and threads
  5. Message-ID: <1992Nov23.224120.25254@src.dec.com>
  6. Sender: news@src.dec.com (News)
  7. Organization: DEC Systems Research Center
  8. References: <1992Nov20.120734.23671@rdg.dec.com> <1992Nov23.181035.17514@src.dec.com>
  9. Date: Mon, 23 Nov 92 22:41:20 GMT
  10. Lines: 11
  11.  
  12. In article <1992Nov23.181035.17514@src.dec.com> Eric Muller <muller@src.dec.com> writes:
  13. >
  14. >The thread machinery takes care of
  15. >saving/restoring errno when a thread switch occurs.  It's that simple.
  16. >
  17.  
  18. This trick won't work on a multiprocessor.  Also, you're unlikely to
  19. be able to implement it in a runtime that uses kernel-provided threads
  20. instead of having its own scheduler.
  21.  
  22.     --Tim
  23.