We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f767e2 commit ffac495Copy full SHA for ffac495
src/ReadoutEquipment.cxx
@@ -351,6 +351,9 @@ Thread::CallbackResult ReadoutEquipment::threadCallback(void* arg)
351
{
352
ReadoutEquipment* ptr = static_cast<ReadoutEquipment*>(arg);
353
354
+ // set thread name
355
+ setThreadName(ptr->getName().c_str());
356
+
357
// flag to identify if something was done in this iteration
358
bool isActive = false;
359
0 commit comments