Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Sep 2003 23:57:51 -0700 (PDT)
From:      David Xu <davidxu@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/include pthread.h src/lib/libpthread pthread.map src/lib/libpthread/thread Makefile.inc thr_private.h thr_pspinlock.c
Message-ID:  <200309090657.h896vqdE044232@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidxu     2003/09/08 23:57:51 PDT

  FreeBSD src repository

  Modified files:
    include              pthread.h 
    lib/libpthread       pthread.map 
    lib/libpthread/thread Makefile.inc thr_private.h 
  Added files:
    lib/libpthread/thread thr_pspinlock.c 
  Log:
  Add code to support pthread spin lock.
  
  Reviewed by: deischen
  
  Revision  Changes    Path
  1.31      +7 -0      src/include/pthread.h
  1.6       +10 -0     src/lib/libpthread/pthread.map
  1.44      +1 -0      src/lib/libpthread/thread/Makefile.inc
  1.100     +6 -0      src/lib/libpthread/thread/thr_private.h
  1.1       +154 -0    src/lib/libpthread/thread/thr_pspinlock.c (new)



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