home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / hp / 14677 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  910 b 

  1. Path: sparky!uunet!noc.near.net!argo.hks.com!tsavo.hks.com!not-for-mail
  2. From: narsu@tsavo.hks.com (Uttam Narsu)
  3. Newsgroups: comp.sys.hp
  4. Subject: hp700 jmp_buf layout needed
  5. Date: 8 Jan 1993 17:36:12 -0500
  6. Organization: Hibbitt, Karlsson & Sorenson, Inc.
  7. Lines: 25
  8. Message-ID: <1ikvksINNis3@tsavo.hks.com>
  9. NNTP-Posting-Host: tsavo.hks.com
  10.  
  11. Does anyone have any information on the format
  12. of the jmp_buf defined in setjmp.h? I'm working
  13. on some thread code in the Exodus database package
  14. and I need the layout. The jmp_buf is defined as:
  15.  
  16. #define _JBLEN 50
  17.  
  18. typedef double jmp_buf[_JBLEN/2];
  19.  
  20. (for the hp9000s300, it is an array of 100 ints)
  21.  
  22. The Exodus code forks a thread to execute certain
  23. passed functions. I'm trying to port the code to
  24. the hp700.
  25.  
  26. Thanks.
  27.  
  28. --
  29.  
  30.             Uttam M. Narsu
  31.             narsu@hks.com
  32.  
  33. Hibbitt, Karlsson, & Sorensen, inc.
  34. 1080 Main St. Pawtucket, RI 02860
  35. Tel (401) 727-4200; Fax: (401) 727-4208
  36.