mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 06:06:25 +01:00
set name of GUI event loop thread
This commit is contained in:
parent
bea8a4ee0a
commit
09c6e8dd47
1 changed files with 2 additions and 0 deletions
|
|
@ -75,6 +75,8 @@ UI::UI (string namestr, int *argc, char ***argv)
|
||||||
{
|
{
|
||||||
theMain = new Main (argc, argv);
|
theMain = new Main (argc, argv);
|
||||||
|
|
||||||
|
pthread_set_name ("gui");
|
||||||
|
|
||||||
_active = false;
|
_active = false;
|
||||||
|
|
||||||
if (!theGtkUI) {
|
if (!theGtkUI) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue