Re: How to emulate pthread_yield

2003-07-15 Thread Robert Collins
On Wed, 2003-07-16 at 07:49, Attila Szegedi wrote: > Still porting a piece of software from Linux to Cygwin. The code uses > pthread_yield() function, but there is no such function in Cygwin's > pthread.h (I updated my copy of Cygwin from the online setup today). Any > known workaround? I tried loo

How to emulate pthread_yield

2003-07-15 Thread Attila Szegedi
Still porting a piece of software from Linux to Cygwin. The code uses pthread_yield() function, but there is no such function in Cygwin's pthread.h (I updated my copy of Cygwin from the online setup today). Any known workaround? I tried looking around the mailing list archive, and in one place it s