microsoft / openssl

A cross-platform cryptographic library
133 stars 57 forks source link

Could you provide a repo for pthread ? #23

Open PatrickSCLin opened 8 years ago

PatrickSCLin commented 8 years ago

Hi, I found this fork from https://github.com/openssl/openssl

this is really really sweet for someone who want to porting the project to windows store app.

Could you provide pthread which supported WinRT too ?

it must be super helpful for someone who want to porting the project to windows store app.

khouzam commented 8 years ago

Hi @PatrickSCLin

We don't have a full pthread implementation but there are multiple ones that shim a subset of the pthread calls to Win32 calls that do work in WinRT,

Here's one link that we use in our WinOBJC project: https://github.com/Microsoft/WinObjC/blob/master/Frameworks/limbo/pthread.cpp