[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] mintlib wide character overhaul



Hi,

On perjantai 22 helmikuu 2013, Alan Hourihane wrote:
> FYI. I've just committed a real sched_yield() implementation to the
> mintlib.

Note for anybody using sched_yield(), at least on Linux...

On Linux sched_yield() puts the _process_ calling it to the end
of scheduling queue, so calling it from a thread, to switch to
another thread, in process that is supposed to have low latency
(e.g. in audio process) is a bad idea.

I guess same applies on MiNT?


	- Eero