Daniel Micay e043644cea use sched_yield on linux and freebsd
pthread_yield is non-standard, while sched_yield is POSIX

The Linux documentation recommends using the standard function. This is
the only feature we're currently using that's present in glibc but not
in musl.
2014-05-15 13:50:36 -07:00
..
2014-05-11 01:13:02 -07:00
2014-05-11 01:13:02 -07:00
2014-05-11 01:13:02 -07:00
2014-05-14 22:42:46 -07:00
2014-05-15 13:50:36 -07:00
2014-05-13 23:59:03 -07:00
2014-05-11 01:13:02 -07:00
2014-05-14 22:42:46 -07:00
2014-05-11 01:13:02 -07:00
2014-05-15 13:50:34 -07:00
2014-05-11 01:13:02 -07:00
2014-05-12 19:52:29 -07:00
2014-05-09 21:13:02 -07:00
2014-05-11 01:13:02 -07:00
2014-05-09 14:42:12 -07:00
2014-05-12 02:52:32 -04:00