[vlc-devel] [vlc-commits] Android: thread->killable does not need to be atomic

Rémi Denis-Courmont remi at remlab.net
Sat Oct 13 13:38:24 CEST 2012


Le samedi 13 octobre 2012 13:42:53, Rafaël Carré a écrit :
> >      int oldstate = vlc_atomic_get(&thread->killable);
> 
> You forgot this one
> 
> > -    vlc_atomic_set(&thread->killable, false);
> > +    thread->killable = false;

Unfortunately, I do not have an adequate Android development and testing 
environment at home, and probably will not any time soon.

-- 
Rémi Denis-Courmont
http://www.remlab.net/



More information about the vlc-devel mailing list