cvs commit: src/lib/libthr/thread thr_sig.c

Mike Makonnen mtm at FreeBSD.org
Thu Feb 19 05:47:12 PST 2004


mtm         2004/02/19 05:47:12 PST

  FreeBSD src repository

  Modified files:
    lib/libthr/thread    thr_sig.c 
  Log:
  Don't wake up the thread after the signal handler
  has been executed. On return from the signal handler
  the call will either be restarted or EINTR will be returned,
  but it will not go back to its previous state. So, it is
  sufficient to simply change the state to 'running' without
  actually trying to wake up the thread.
  
  Revision  Changes    Path
  1.8       +1 -1      src/lib/libthr/thread/thr_sig.c


More information about the cvs-all mailing list