svn commit: r308424 - head/sys/arm/broadcom/bcm2835

Hans Petter Selasky hps at selasky.org
Mon Nov 7 18:22:20 UTC 2016


On 11/07/16 18:38, Oleksandr Tymoshenko wrote:
> +		bcm2835_audio_unlock(sc);
> +		cv_signal(&sc->worker_cv);


Shouldn't cv_signal() be done locked, so that you don't loose any 
transactions? CV's only wakeup the treads that are sleeping right there 
and then.

--HPS


More information about the svn-src-all mailing list