Implemented sleep for threads🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉

This commit is contained in:
Alex
2022-12-24 06:22:50 +02:00
parent 690191b927
commit 0942fb4cd3
4 changed files with 81 additions and 1 deletions

View File

@ -35,6 +35,8 @@ namespace Time
public:
void Sleep(uint64_t Milliseconds);
uint64_t GetCounter();
uint64_t CalculateTarget(uint64_t Milliseconds);
time(void *acpi);
~time();
};