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

David Xu davidxu at FreeBSD.org
Tue Apr 29 03:58:19 UTC 2008


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


More information about the cvs-src mailing list