Re: svn commit: r1895508 - in /apr/apr/trunk: dso/win32/ file_io/win32/ locks/win32/ misc/unix/ misc/win32/ network_io/unix/ network_io/win32/ passwd/ shmem/win32/ threadproc/win32/ time/win32/ user/w

2022-01-20 Thread William A Rowe Jr
On Thu, Jan 20, 2022 at 12:49 PM Ivan Zhakov wrote: > > On Thu, 20 Jan 2022 at 00:43, William A Rowe Jr wrote: >> >> On Wed, Jan 19, 2022 at 11:31 AM Yann Ylavic wrote: >> > >> > I'm a bit surprised that _WIN32_WCE used CreateThread() while more >> > recent ones use _beginthreadex(), shouldn't

Re: svn commit: r1895508 - in /apr/apr/trunk: dso/win32/ file_io/win32/ locks/win32/ misc/unix/ misc/win32/ network_io/unix/ network_io/win32/ passwd/ shmem/win32/ threadproc/win32/ time/win32/ user/w

2022-01-20 Thread Ivan Zhakov
On Thu, 20 Jan 2022 at 00:43, William A Rowe Jr wrote: > On Wed, Jan 19, 2022 at 11:31 AM Yann Ylavic wrote: > > > > I'm a bit surprised that _WIN32_WCE used CreateThread() while more > > recent ones use _beginthreadex(), shouldn't it be the opposite? > > CreateThread() aligns more with the

Re: svn commit: r1895508 - in /apr/apr/trunk: dso/win32/ file_io/win32/ locks/win32/ misc/unix/ misc/win32/ network_io/unix/ network_io/win32/ passwd/ shmem/win32/ threadproc/win32/ time/win32/ user/w

2022-01-19 Thread William A Rowe Jr
On Wed, Jan 19, 2022 at 11:31 AM Yann Ylavic wrote: > > I'm a bit surprised that _WIN32_WCE used CreateThread() while more > recent ones use _beginthreadex(), shouldn't it be the opposite? > CreateThread() aligns more with the usual/modern naming convention on > Windows.. Ignore naming

Re: svn commit: r1895508 - in /apr/apr/trunk: dso/win32/ file_io/win32/ locks/win32/ misc/unix/ misc/win32/ network_io/unix/ network_io/win32/ passwd/ shmem/win32/ threadproc/win32/ time/win32/ user/w

2022-01-19 Thread Yann Ylavic
On Thu, Dec 2, 2021 at 10:21 PM wrote: > > Author: mturk > Date: Thu Dec 2 21:21:18 2021 > New Revision: 1895508 > > URL: http://svn.apache.org/viewvc?rev=1895508=rev > Log: > Stage 3 in dismantling _WIN32_WCE ... cleanup code > [] > Modified: apr/apr/trunk/threadproc/win32/thread.c > URL: >