Date: Tue, 6 Apr 2004 12:07:21 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_turnstile.c src/sys/sys turnstile.h Message-ID: <200404061907.i36J7LGL034330@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2004/04/06 12:07:21 PDT FreeBSD src repository Modified files: sys/kern subr_turnstile.c sys/sys turnstile.h Log: Rename turnstile_wakeup() to turnstile_broadcast() to make the naming more consistent with other APIs. sleepq and cv's use signal/broadcast, and msleep uses wakeup_one/wakeup. Prior to this turnstiles were using a signal/wakeup mixture. Revision Changes Path 1.142 +2 -2 src/sys/kern/subr_turnstile.c 1.3 +3 -3 src/sys/sys/turnstile.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404061907.i36J7LGL034330>