LV2: Move nearly all notifications out of all mutex scopes including IDM

This commit is contained in:
Eladash
2022-08-04 13:13:51 +03:00
committed by Ivan
parent b55a052a22
commit 34bae90820
19 changed files with 181 additions and 151 deletions
+1
View File
@@ -606,6 +606,7 @@ void cell_audio_thread::advance(u64 timestamp)
for (u32 i = 0; i < queue_count; i++)
{
lv2_obj::notify_all_t notify;
queues[i]->send(event_sources[i], 0, 0, 0);
}
}