Date: Wed, 15 Feb 2006 23:05:03 +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_init.c thr_once.c thr_private.h Message-ID: <200602152305.k1FN531W053616@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidxu 2006-02-15 23:05:03 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_init.c thr_once.c thr_private.h Log: Rework last change of pthread_once, create a function _thr_once_init to reinitialize its internal locks. Revision Changes Path 1.29 +1 -2 src/lib/libthr/thread/thr_init.c 1.5 +8 -2 src/lib/libthr/thread/thr_once.c 1.57 +1 -2 src/lib/libthr/thread/thr_private.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602152305.k1FN531W053616>