Date: Fri, 30 May 2008 00:02:59 +0000 (UTC) From: David Xu <davidxu@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libthr/thread thr_once.c Message-ID: <200805300002.m4U02xpj028590@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidxu 2008-05-30 00:02:59 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_once.c Log: Eliminate global mutex by using pthread_once's state field as a semaphore. Revision Changes Path 1.7 +29 -33 src/lib/libthr/thread/thr_once.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805300002.m4U02xpj028590>