Agreed that it is a bug. The question is whether it even makes sense to use the thread handle or thread ID.
Who is using apr_os_thread_current() and if so, what are you plugging it into? At 10:34 AM 11/21/2002, [EMAIL PROTECTED] wrote: >Hi, > >as documented, apr_os_thread_current() returns the id for the current thread. >The WIN32 version calls GetCurrentThread(). GetCurrentThread returns a pseudo >handle for the current thread, not the id. >GetCurrentThreadId() returns the id. > >APACHE PORTABLE RUNTIME (APR) LIBRARY STATUS: >Last modified at [$Date: 2002/08/22 20:16:23 $] > >Regards, >Marcel
