]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a warning message for a thread locking against itself. This is
authorjb <jb@FreeBSD.org>
Sat, 6 Jun 1998 07:27:06 +0000 (07:27 +0000)
committerjb <jb@FreeBSD.org>
Sat, 6 Jun 1998 07:27:06 +0000 (07:27 +0000)
commitd9ca3f69e656b094714e0e91d1a1b893f9af3445
treeec1dd3eb20b1c347dd769f4dca4d25ffe0d022b3
parentfa1af3c55b714cb0c83c88b0136e3b5038e4496c
Add a warning message for a thread locking against itself. This is
not supposed to happen, but I have seen bogus g++ code that causes
it.
lib/libc_r/uthread/uthread_spinlock.c
lib/libkse/thread/thr_spinlock.c
lib/libpthread/thread/thr_spinlock.c