Date: Tue, 25 Mar 2003 20:02:24 -0800 (PST) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <200303260402.h2Q42Oxq043024@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303260402.h2Q42Oxq043024>
