Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 90938 invoked by uid 500); 19 Jun 2002 16:51:00 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 90886 invoked from network); 19 Jun 2002 16:51:00 -0000 X-Authentication-Warning: mako.covalent.net: dougm owned process doing -bs Date: Wed, 19 Jun 2002 09:39:08 -0700 (PDT) From: Doug MacEachern To: Subject: apr_uuid is not thread safe Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N static void get_current_time(apr_uint64_t *timestamp) { /* ### this needs to be made thread-safe! */ apr_uint64_t time_now; static apr_uint64_t time_last = 0; static int fudge = 0; any plans/thoughts on making it threadsafe?