2011/9/29 Daniel Mack <zonque at gmail.com>: > From: Daniel Mack <daniel at caiaq.de> > > This patch was already added earlier with commit ID 2f86ba4f, but the > changes got reverted by commit 3adc43b ("win32: Make once-test work"). That would be my fault. > However, this still doesn't work on OSX as here, pthread is in general > available, but the barrier APIs aren't. Isn't there a way to make once-test work without using bariers? It think that that's what I have done for the win32 case, or am I smoking something here? Maarten