Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Sep 2006 04:04:10 +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_atfork.c thr_barrier.c thr_cond.c thr_event.c thr_fork.c thr_init.c thr_list.c thr_private.h thr_pspinlock.c thr_sem.c thr_sig.c thr_spinlock.c thr_umtx.c thr_umtx.h
Message-ID:  <200609060404.k8644Axv050930@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidxu     2006-09-06 04:04:10 UTC

  FreeBSD src repository

  Modified files:
    lib/libthr/thread    thr_atfork.c thr_barrier.c thr_cond.c 
                         thr_event.c thr_fork.c thr_init.c 
                         thr_list.c thr_private.h thr_pspinlock.c 
                         thr_sem.c thr_sig.c thr_spinlock.c 
                         thr_umtx.c thr_umtx.h 
  Log:
  Replace internal usage of struct umtx with umutex which can supports
  real-time if we want, no functionality is changed.
  
  Revision  Changes    Path
  1.3       +2 -2      src/lib/libthr/thread/thr_atfork.c
  1.6       +4 -4      src/lib/libthr/thread/thr_barrier.c
  1.19      +1 -1      src/lib/libthr/thread/thr_cond.c
  1.2       +4 -4      src/lib/libthr/thread/thr_event.c
  1.5       +6 -6      src/lib/libthr/thread/thr_fork.c
  1.40      +13 -13    src/lib/libthr/thread/thr_init.c
  1.10      +5 -5      src/lib/libthr/thread/thr_list.c
  1.70      +21 -21    src/lib/libthr/thread/thr_private.h
  1.4       +5 -5      src/lib/libthr/thread/thr_pspinlock.c
  1.8       +1 -1      src/lib/libthr/thread/thr_sem.c
  1.20      +4 -4      src/lib/libthr/thread/thr_sig.c
  1.14      +18 -11    src/lib/libthr/thread/thr_spinlock.c
  1.4       +0 -31     src/lib/libthr/thread/thr_umtx.c
  1.5       +10 -50    src/lib/libthr/thread/thr_umtx.h



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