PPU/LV2: Make thread-lists scheduling atomic

This commit is contained in:
eladash 2019-04-25 17:27:50 +03:00 committed by Ivan
parent 500a4fa2fb
commit 050339bb3e
14 changed files with 166 additions and 115 deletions

View file

@ -615,7 +615,7 @@ void ppu_thread::cpu_task()
void ppu_thread::cpu_sleep()
{
vm::temporary_unlock(*this);
lv2_obj::awake(*this);
lv2_obj::awake(this);
}
void ppu_thread::cpu_mem()