mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +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
|
|
@ -98,7 +98,7 @@ Downloader::start ()
|
|||
|
||||
_cancel = false;
|
||||
_status = 0; /* unknown at this point */
|
||||
return 0 != (thread = PBD::Thread::create (boost::bind (&Downloader::download, this)));
|
||||
return 0 != (thread = PBD::Thread::create (boost::bind (&Downloader::download, this), "Downloader"));
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue