#553: Typo in documentation for Threaded Mainloop
---------------------+------------------------------------------------------
 Reporter:  boss_mc  |       Owner:  lennart 
     Type:  defect   |      Status:  new     
Milestone:           |   Component:  libpulse
 Keywords:           |  
---------------------+------------------------------------------------------
 As you can see, both pa_threaded_mainloop_wait() may only be called with
 the lock held. The same thing is true for pa_threaded_mainloop_signal(),
 but as the lock is held before the callback is invoked, you do not have to
 deal with that.

 Should be:

 As you can see, pa_threaded_mainloop_wait() may only be called with the
 lock held. The same thing is true for pa_threaded_mainloop_signal(), but
 as the lock is held before the callback is invoked, you do not have to
 deal with that.

-- 
Ticket URL: <http://pulseaudio.org/ticket/553>
PulseAudio <http://pulseaudio.org/>
The PulseAudio Sound Server
_______________________________________________
pulseaudio-tickets mailing list
pulseaudio-tickets@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-tickets

Reply via email to