Alan Coopersmith 00751594db Use sched_yield instead of pthread_yield
Despite the name implying it's a standard part of the POSIX threads API,
pthread_yield is actually non-standard and less portable than sched_yield.
For instance, Solaris only has sched_yield, and not pthread_yield.
Since even the Linux man page suggests using sched_yield, just call that.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2012-01-08 21:49:03 +01:00
..
2009-03-27 16:04:25 -07:00
2011-01-29 16:13:38 +00:00
2009-03-26 18:47:42 -07:00
2011-09-15 19:39:44 +02:00
2011-12-18 00:24:45 +01:00