[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Windows threads with libssh
[Thread Prev] | [Thread Next]
- Subject: Re: Windows threads with libssh
- From: Andreas Schneider <asn@xxxxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Mon, 04 Feb 2019 11:02:01 +0100
- To: Alberto Garcia <agarciaillera@xxxxxxxxx>
- Cc: libssh@xxxxxxxxxx
On Monday, February 4, 2019 10:55:22 AM CET Alberto Garcia wrote: > What is the equivalent of pthread that can be used in windows? > > Thank you > Uhm Windows Threads? https://docs.microsoft.com/en-us/windows/desktop/ProcThread/creating-threads We use CriticalSection for mutex locking, see src/threads/winlocks.c Andreas -- Andreas Schneider asn@xxxxxxxxxxxxxx GPG-ID: 8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D
Re: Windows threads with libssh | Alberto Garcia <agarciaillera@xxxxxxxxx> |
Re: Windows threads with libssh | Alberto Garcia <agarciaillera@xxxxxxxxx> |