Browse Source

Cleanup

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1804 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.70
sletz 17 years ago
parent
commit
d035a35757
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      example-clients/mp_tw.cpp

+ 1
- 1
example-clients/mp_tw.cpp View File

@@ -3,7 +3,7 @@
*
* @brief This simple client demonstrates the use of "jack_thread_wait" function in a multi-threaded context.
A set of n threads (the jack process thread + (n - 1) helper threads) are used to work on a global queue of tasks.
A set of threads (the jack process thread + n helper threads) are used to work on a global queue of tasks.
The last finishing thread gives control back to libjack using the "jack_thread_wait" function. Other threads suspend
on a condition variable and are resumed next cycle by the libjack suspended thread.
*/


Loading…
Cancel
Save