From: "Justin Erenkrantz" <[EMAIL PROTECTED]> Sent: Wednesday, September 26, 2001 5:23 PM
> (I notice that Win32 doesn't implement apr_os_thread_equal - why? > Does it not have the ability to compare two tids? Or, should we > be calling GetCurrentThreadID() instead? Perhaps we should call > both and store it in the apr_os_thread_t for Win32?) It's bogus today, and we should NOT NOT NOT be adding garbage calls. apr_thread_t will gain a thand that will be _the_ handle from the create thread, and td will become the Thread ID. Then thread_equal becomes simple ;) Bill