mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
Set thread-names (libs)
This commit is contained in:
parent
d6a38d5450
commit
c365c6cdb2
16 changed files with 33 additions and 3 deletions
|
|
@ -21,6 +21,7 @@
|
|||
#include "ardour/lmath.h"
|
||||
|
||||
#include "pbd/cpus.h"
|
||||
#include "pbd/pthread_utils.h"
|
||||
|
||||
#include "ardour/audioregion.h"
|
||||
#include "ardour/audiosource.h"
|
||||
|
|
@ -438,6 +439,7 @@ WaveViewDrawingThread::quit ()
|
|||
void
|
||||
WaveViewDrawingThread::run ()
|
||||
{
|
||||
pthread_set_name ("WaveViewDrawing");
|
||||
while (true) {
|
||||
|
||||
if (g_atomic_int_get (&_quit)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue