Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 May 2003 13:46:53 -0700 (PDT)
From:      Mike Makonnen <mtm@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libthr/thread thr_exit.c thr_gc.c thr_join.c
Message-ID:  <200305292046.h4TKkrxi060624@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mtm         2003/05/29 13:46:53 PDT

  FreeBSD src repository

  Modified files:
    lib/libthr/thread    thr_exit.c thr_gc.c thr_join.c 
  Log:
  Don't hold the active thread list lock when signaling the gc thread.
  The dead list thread is sufficient for synchronization.
  
  Retire the arch_id (ldt array slot) in the gc thread instead of the
  doing it in the thread itself.
  
  Approved by:    re/jhb
  
  Revision  Changes    Path
  1.8       +13 -11    src/lib/libthr/thread/thr_exit.c
  1.6       +7 -0      src/lib/libthr/thread/thr_gc.c
  1.8       +1 -1      src/lib/libthr/thread/thr_join.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305292046.h4TKkrxi060624>