Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jun 2003 04:01:00 -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_detach.c
Message-ID:  <200306021101.h52B10ZO036826@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mtm         2003/06/02 04:01:00 PDT

  FreeBSD src repository

  Modified files:
    lib/libthr/thread    thr_detach.c 
  Log:
  Unwind the _giant_mutex from pthread_detach(). When detaching a joiner thread
  it's important the correct lock order is observed: lock first the joined and
  then the joiner.
  
  Revision  Changes    Path
  1.4       +8 -8      src/lib/libthr/thread/thr_detach.c



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