mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-10 23:07:23 +02:00
Set deadlock thread name
This commit is contained in:
parent
6d090895b7
commit
23a89a63d8
1 changed files with 1 additions and 0 deletions
|
@ -243,6 +243,7 @@ public:
|
||||||
|
|
||||||
// Set the heartbeat on launch
|
// Set the heartbeat on launch
|
||||||
DeadlockWatchdogThread() {
|
DeadlockWatchdogThread() {
|
||||||
|
setObjectName("Deadlock Watchdog");
|
||||||
QTimer* heartbeatTimer = new QTimer();
|
QTimer* heartbeatTimer = new QTimer();
|
||||||
// Give the heartbeat an initial value
|
// Give the heartbeat an initial value
|
||||||
_heartbeat = usecTimestampNow();
|
_heartbeat = usecTimestampNow();
|
||||||
|
|
Loading…
Reference in a new issue