Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 May 2003 17:37:07 -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_create.c thr_gc.c thr_private.h thr_stack.c
Message-ID:  <200305260037.h4Q0b7XH026595@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mtm         2003/05/25 17:37:07 PDT

  FreeBSD src repository

  Modified files:
    lib/libthr/thread    thr_create.c thr_gc.c thr_private.h 
                         thr_stack.c 
  Log:
  Decouple the thread stack [de]allocating functions from the 'dead threads list'
  lock. It's not really necessary and we don't need the added complexity
  or potential for deadlocks.
  
  Approved by:    re/blanket libthr
  
  Revision  Changes    Path
  1.9       +2 -3      src/lib/libthr/thread/thr_create.c
  1.5       +2 -0      src/lib/libthr/thread/thr_gc.c
  1.14      +8 -0      src/lib/libthr/thread/thr_private.h
  1.3       +4 -4      src/lib/libthr/thread/thr_stack.c



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