home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / vxworks / 1033 < prev    next >
Encoding:
Internet Message Format  |  1992-11-18  |  825 b 

  1. Path: sparky!uunet!stanford.edu!agate!dog.ee.lbl.gov!lbl.gov!vxwexplo
  2. From: hill@luke.atdiv.lanl.gov (Jeff Hill)
  3. Newsgroups: comp.os.vxworks
  4. Subject: re: select() and signals
  5. Date: Wed, 18 Nov 92 10:36:22 MST
  6. Organization: Lawrence Berkeley Laboratory, Berkeley CA
  7. Lines: 14
  8. Sender: vxwexplo@lbl.gov
  9. Message-ID: <9211181736.AA02780@luke.atdiv.lanl.gov>
  10. NNTP-Posting-Host: 128.3.112.16
  11. Originator: daemon@vxw.ee.lbl.gov
  12.  
  13.  
  14. > VxWorks does not support waking a
  15. > task that is pending on a select() call with signals.  
  16.  
  17. I have noticed that in the TCB there is a field called "selectSem".
  18. I suspect that if you post to this sem while a task is in select()
  19. it will cause that task to drop out of select().
  20.  
  21. Admittedly Not a great thing to do if you want to remain 
  22. portable (and independent of vxWorks release number).
  23.  
  24. Jeff
  25.