> +#define DT_Mdep_yield pthread_yield Be aware that on Linux I believe this turns into sched_yield(), which basically means "put me at the end of the thread list" ie wait for everyone else to get a turn ie possibly huge latency...