Date: Thu, 19 Nov 1998 23:31:38 -0800 (PST) From: Thomas Gellekum <tg@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/uthread pthread_private.h uthread_cond.c uthread_kern.c uthread_kill.c uthread_mutex.c Message-ID: <199811200731.XAA16216@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
tg 1998/11/19 23:31:38 PST Modified files: (Branch: RELENG_2_2) lib/libc_r/uthread pthread_private.h uthread_cond.c uthread_kern.c uthread_kill.c uthread_mutex.c Log: MFC: Close a window between unlocking a spinlock and changing the thread state. Interrupt threads waiting in select, sleep, and for an fd. Revision Changes Path 1.2.2.6 +2 -0 src/lib/libc_r/uthread/pthread_private.h 1.3.2.7 +4 -10 src/lib/libc_r/uthread/uthread_cond.c 1.3.2.6 +17 -1 src/lib/libc_r/uthread/uthread_kern.c 1.1.2.3 +20 -0 src/lib/libc_r/uthread/uthread_kill.c 1.2.2.5 +8 -10 src/lib/libc_r/uthread/uthread_mutex.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811200731.XAA16216>