Using pthread_create within Wine

Phil Lodwick Phil.Lodwick at EFI.COM
Wed Aug 22 14:21:22 CDT 2007


> There was a problem like this with the CoreAudio library on macos, but I am

> not sure about the details.

> Is there any reason why you cannot use CreateThread?

I can't use CreateThread because the pthread_create is in a Linux library I
am calling.

My initial test of creating two threads, one that is Win32-aware and then
synchronizing between the two of them appears to work.  Does anybody know why
this might be a bad idea?

Phil



More information about the wine-devel mailing list