mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
prepare doxygen docs for 0.9.11
This commit is contained in:
parent
d0530b0359
commit
c1f9f95fa2
8 changed files with 174 additions and 78 deletions
|
|
@ -89,17 +89,17 @@
|
|||
*
|
||||
* \section thread_sec Threads
|
||||
*
|
||||
* The PulseAudio client libraries are not designed to be used in a
|
||||
* heavily threaded environment. They are however designed to be reentrant
|
||||
* safe.
|
||||
* The PulseAudio client libraries are not designed to be directly
|
||||
* thread-safe. They are however designed to be reentrant and
|
||||
* threads-aware.
|
||||
*
|
||||
* To use a the libraries in a threaded environment, you must assure that
|
||||
* To use the libraries in a threaded environment, you must assure that
|
||||
* all objects are only used in one thread at a time. Normally, this means
|
||||
* that all objects belonging to a single context must be accessed from the
|
||||
* same thread.
|
||||
*
|
||||
* The included main loop implementation is also not thread safe. Take care
|
||||
* to make sure event lists are not manipulated when any other code is
|
||||
* to make sure event objects are not manipulated when any other code is
|
||||
* using the main loop.
|
||||
*
|
||||
* \section pkgconfig pkg-config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue