Re: Missing glwthread_spin_trylock()

2019-08-16 Thread Bruno Haible
Gisle Vanem wrote: > I see the Pthread stuff was changed massively lately. > Now the function 'glwthread_spin_trylock()' called from > pthread-spin.c is now-where to be found. Thanks for the report. This patch should fix it: 2019-08-16 Bruno Haible windows-spin: Implement declared fu

Missing glwthread_spin_trylock()

2019-08-16 Thread Gisle Vanem
I see the Pthread stuff was changed massively lately. Now the function 'glwthread_spin_trylock()' called from pthread-spin.c is now-where to be found. An omission? -- --gv