Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Dec 2003 18:37:40 -0800 (PST)
From:      David Xu <davidxu@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libpthread/thread thr_spinlock.c
Message-ID:  <200312090237.hB92beM6039508@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidxu     2003/12/08 18:37:40 PST

  FreeBSD src repository

  Modified files:
    lib/libpthread/thread thr_spinlock.c 
  Log:
  Use mutex instead of low level thread lock to implement spinlock, this
  avoids signal to be blocked when otherwise it can be handled.
  
  Revision  Changes    Path
  1.21      +18 -30    src/lib/libpthread/thread/thr_spinlock.c



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