thread-loop: clarify some docs about locking

This commit is contained in:
Wim Taymans 2025-01-20 10:04:09 +01:00
parent b4c9135799
commit 78649b12f6

View file

@ -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
*