cpu_thread::test_state added

lv2_obj::sleep adjustment
synchronization fixes
This commit is contained in:
Nekotekina 2017-02-22 13:10:55 +03:00
parent 4b6f8d2f62
commit 9000407a77
36 changed files with 421 additions and 302 deletions

View file

@ -743,7 +743,7 @@ struct fs_aio_thread : ppu_thread
}
func(*this, aio, error, xid, result);
lv2_obj::sleep(*this, -1);
lv2_obj::sleep(*this);
}
}
};