You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by "William A. Rowe, Jr." <wr...@rowe-clan.net> on 2002/05/16 17:07:34 UTC

Re: [PATCH] WIN32 implementations of apr_thread_cond_timedwait + apr_thread_cond_wait

At 04:40 PM 5/15/2002, JF B wrote:
>--- apr/locks/win32/thread_cond.c Wed Mar 13 15:39:22 2002
>+++ apr_new/locks/win32/thread_cond.c Wed May  8 18:25:52 2002
>@@ -85,28 +85,33 @@
>  {
>[...]
>      apr_thread_mutex_lock(mutex);
>@@ -115,8 +120,52 @@
>
>  APR_DECLARE(apr_status_t) apr_thread_cond_timedwait(apr_thread_cond_t *cond,
>      &n<http://rd.yahoo.com/welcome/*http://launch.yahoo.com>LAUNCH - 
> Your Yahoo! Music Experience

Outch.  Seems the end of that patch was corrupt or truncated.  Please 
repost, this
time with an explanation of the bug or race you fixed, and any potential 
new race
conditions.