Ticket #553 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Typo in documentation for Threaded Mainloop

Reported by: boss_mc Owned by: lennart
Milestone: 0.9.16 Component: libpulse
Keywords: Cc:

Description

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.

Change History

Changed 3 years ago by lennart

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to 0.9.16

Fixed in r66db0c8471360c889e40598bd587301d33b5300b

Note: See TracTickets for help on using tickets.