cvs commit: src/lib/libpthread/sys Makefile.inc lock.c lock.h
thr_error.c
Daniel Eischen
deischen at FreeBSD.org
Thu Apr 17 22:02:40 PDT 2003
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
More information about the cvs-src
mailing list