Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Apr 2008 06:56:11 +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/libc/stdtime localtime.c
Message-ID:  <200804010656.m316uBiS024967@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidxu     2008-04-01 06:56:11 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/stdtime     localtime.c 
  Log:
  Normally, we are often reading local time rather than setting time zone,
  replace mutex with rwlock, this should eliminate lock contention in
  most cases.
  
  Revision  Changes    Path
  1.43      +63 -22    src/lib/libc/stdtime/localtime.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804010656.m316uBiS024967>