1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Add a list of pending thread hints.

This commit is contained in:
Bartosz Taudul
2024-08-03 19:55:37 +02:00
parent 28a9750f8a
commit bdacfe7c37
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -6872,6 +6872,7 @@ void Worker::ProcessThreadGroupHint( const QueueThreadGroupHint& ev )
auto td = RetrieveThread( ev.thread );
assert( td );
td->groupHint = ev.groupHint;
m_pendingThreadHints.emplace_back( ev.thread );
}
void Worker::ProcessFiberEnter( const QueueFiberEnter& ev )