mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
thread-loop: clarify some docs about locking
This commit is contained in:
parent
b4c9135799
commit
78649b12f6
1 changed files with 5 additions and 0 deletions
|
|
@ -61,6 +61,11 @@ extern "C" {
|
|||
*
|
||||
* All events and callbacks are called with the thread lock held.
|
||||
*
|
||||
* An exception to this is for the data processing callbacks, which are
|
||||
* explcitly marked as being emitted from the data realtime threads. One
|
||||
* such callback is the \ref pw_stream::process() callback when the
|
||||
* \ref PW_STREAM_FLAG_RT_PROCESS is set.
|
||||
*
|
||||
*/
|
||||
/** \defgroup pw_thread_loop Thread Loop
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue