mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
Let PBD::Thread set thread-name
This commit is contained in:
parent
538a8cbccc
commit
88a24ae8e5
23 changed files with 13 additions and 55 deletions
|
|
@ -405,7 +405,7 @@ WaveViewDrawingThread::start ()
|
|||
{
|
||||
assert (!_thread);
|
||||
|
||||
_thread = PBD::Thread::create (&WaveViewThreads::thread_proc);
|
||||
_thread = PBD::Thread::create (&WaveViewThreads::thread_proc, "WaveViewDrawing");
|
||||
}
|
||||
|
||||
void
|
||||
|
|
@ -477,8 +477,6 @@ WaveViewThreads::thread_proc ()
|
|||
void
|
||||
WaveViewThreads::_thread_proc ()
|
||||
{
|
||||
pthread_set_name ("WaveViewDrawing");
|
||||
|
||||
while (true) {
|
||||
|
||||
_queue_mutex.lock ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue