Prepare more timer syscalls

This commit is contained in:
momo5502
2025-06-01 14:02:36 +02:00
parent 009961620b
commit aa763c8392
4 changed files with 14 additions and 0 deletions

View File

@@ -119,6 +119,7 @@ namespace syscalls
return h.value.type == handle_types::thread //
|| h.value.type == handle_types::mutant //
|| h.value.type == handle_types::semaphore //
|| h.value.type == handle_types::timer //
|| h.value.type == handle_types::event;
}