Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Apr 2008 03:58:18 +0000 (UTC)
From:      David Xu <davidxu@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_exit.c thr_private.h thr_resume_np.c thr_sem.c thr_sig.c thr_suspend_np.c thr_umtx.c thr_umtx.h
Message-ID:  <200804290358.m3T3wI7Y097985@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidxu     2008-04-29 03:58:18 UTC

  FreeBSD src repository

  Modified files:
    lib/libthr/thread    thr_create.c thr_exit.c thr_private.h 
                         thr_resume_np.c thr_sem.c thr_sig.c 
                         thr_suspend_np.c thr_umtx.c thr_umtx.h 
  Log:
  Use UMTX_OP_WAIT_UINT_PRIVATE and UMTX_OP_WAKE_PRIVATE to save
  time in kernel(avoid VM lookup).
  
  Revision  Changes    Path
  1.46      +1 -1      src/lib/libthr/thread/thr_create.c
  1.28      +1 -1      src/lib/libthr/thread/thr_exit.c
  1.93      +1 -1      src/lib/libthr/thread/thr_private.h
  1.12      +1 -1      src/lib/libthr/thread/thr_resume_np.c
  1.15      +4 -4      src/lib/libthr/thread/thr_sem.c
  1.29      +3 -3      src/lib/libthr/thread/thr_sig.c
  1.10      +1 -1      src/lib/libthr/thread/thr_suspend_np.c
  1.16      +6 -5      src/lib/libthr/thread/thr_umtx.c
  1.13      +2 -2      src/lib/libthr/thread/thr_umtx.h



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