cvs commit: src/sys/kern kern_thr.c

Mike Makonnen mtm at FreeBSD.org
Mon Apr 19 07:20:02 PDT 2004


mtm         2004/04/19 07:20:01 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             kern_thr.c 
  Log:
  If you're trying to find out if a thread is valid and in
  the same process as the current thread it makes absolutely
  no sense to lock the parent process through the pointer in
  said thread.
  
  Submitted by:   pho (with minor correction)
  Pointy Hat To:  mtm
  
  Revision  Changes    Path
  1.19      +4 -4      src/sys/kern/kern_thr.c


More information about the cvs-src mailing list