mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Set thread-names (libs)
This commit is contained in:
parent
d6a38d5450
commit
c365c6cdb2
16 changed files with 33 additions and 3 deletions
|
|
@ -680,6 +680,9 @@ void*
|
|||
Convlevel::static_main (void* arg)
|
||||
{
|
||||
((Convlevel*)arg)->main ();
|
||||
#if !defined PTW32_VERSION && defined _GNU_SOURCE
|
||||
pthread_setname_np (pthread_self(), "ZConvlevel");
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue