RE: apr_thread_cond_wait win32 implementation

2001-12-21 Thread Kevin Seguin
something else i just noticed - i don't believe the behavior of the win32 conditions will be the same as the unix/pthread conditions. specifically, with the win32 conditions, if a condition is signalled and there are no waiting threads, the next thread that waits on the condition will have that

apr_thread_cond_wait win32 implementation

2001-12-21 Thread Kevin Seguin
hi. i just happened to be looking through the win32 implementation of apr_thread_cond_wait, and it seems to me there could be some issues. now, i'm not really an expert in this area, so i could be totally off, but i figured it might be worthwhile to share my thoughts. at the very least, i might