Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Apr 2003 22:02:39 -0700 (PDT)
From:      Daniel Eischen <deischen@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libpthread/sys Makefile.inc lock.c lock.h thr_error.c
Message-ID:  <200304180502.h3I52ddc023806@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
deischen    2003/04/17 22:02:39 PDT

  FreeBSD src repository

  Modified files:
    lib/libpthread/sys   Makefile.inc thr_error.c 
  Added files:
    lib/libpthread/sys   lock.c lock.h 
  Log:
  Add FIFO queueing locking operations based on atomic swap.
  
  Modify thread errno for the new libpthread changes.
  
  Reviewed by:    davidxu
  
  Revision  Changes    Path
  1.13      +2 -1      src/lib/libpthread/sys/Makefile.inc
  1.1       +268 -0    src/lib/libpthread/sys/lock.c (new)
  1.1       +89 -0     src/lib/libpthread/sys/lock.h (new)
  1.6       +11 -6     src/lib/libpthread/sys/thr_error.c



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