cvs commit: src/lib/libc/gen _spinlock_stub.c src/lib/libc/include
spinlock.h src/lib/libc_r/uthread uthread_spinlock.c
src/lib/libpthread/thread thr_spinlock.c
Jeff Roberson
jeff at FreeBSD.org
Wed Mar 26 04:02:26 PST 2003
jeff 2003/03/25 20:02:24 PST
FreeBSD src repository
Modified files:
lib/libc/gen _spinlock_stub.c
lib/libc/include spinlock.h
lib/libc_r/uthread uthread_spinlock.c
lib/libpthread/thread thr_spinlock.c
Log:
- Define a _spinunlock() function so that threading implementations may do
more complicated things than just setting the lock to 0.
- Implement stubs for this function in libc and the two threading libraries
that are currently in the tree.
Revision Changes Path
1.8 +9 -0 src/lib/libc/gen/_spinlock_stub.c
1.6 +2 -1 src/lib/libc/include/spinlock.h
1.12 +6 -0 src/lib/libc_r/uthread/uthread_spinlock.c
1.13 +7 -0 src/lib/libpthread/thread/thr_spinlock.c
More information about the cvs-src
mailing list