On 9 October 2011 23:48, Thomas Martitz <ku...@rockbox.org> wrote: > Am 09.10.2011 14:37, schrieb Jonathan Gordon: >> >> 3) in skin_render_viewport() (and a few other places) lock all those >> handles > > Is locking even needed? The lcd functions (except the final > lcd_update()/_rect()) don't yield(). > > Best regards. >
This is where we disagree.... Locking when not needed is far better than not locking when it is.