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