Info api winpthread

Discussion of development and patch submission.
Post Reply
Zilog
Posts: 51
Joined: Wed 13 May, 2015 8:01 pm

Info api winpthread

Post by Zilog »

Hi to all,
i search into internet, but i 'dont try specific list of api of library ibwinpthread-1.dll for developer.

Can i help you, there is a link questi the API.

Very Thanks,
JosepMa
Posts: 202
Joined: Tue 20 Jun, 2017 6:25 pm

Re: Info api winpthread

Post by JosepMa »

You don't interface directly with that library. That library simply translates code generated expecting a POSIX system into something that Windows understands.
You should simply search for posix threads ( pthreads literally means posix threads) and compile with the compiler that uses that library, which is mingw64
Zilog
Posts: 51
Joined: Wed 13 May, 2015 8:01 pm

Re: Info api winpthread

Post by Zilog »

JosepMa wrote: Sun 14 Jun, 2020 8:25 pm You don't interface directly with that library. That library simply translates code generated expecting a POSIX system into something that Windows understands.
You should simply search for posix threads ( pthreads literally means posix threads) and compile with the compiler that uses that library, which is mingw64
Thanks a lot for info!
Post Reply