Heap Debugging and Thread Disable

This commit is contained in:
Thomas Göttgens
2022-12-29 22:42:05 +01:00
parent 4e4a74379e
commit a8f93d5f47
2 changed files with 16 additions and 0 deletions

View File

@@ -53,6 +53,8 @@ class OSThread : public Thread
static void setup();
void disable();
/**
* Wait a specified number msecs starting from the current time (rather than the last time we were run)
*/