From 6833ea062f264ff35773f23f6f68b293b4cfec34 Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Wed, 29 Oct 2025 00:17:37 +0300 Subject: Implemented some not critical functions. --- src/non_critical/syscall_storm.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/non_critical/syscall_storm.h (limited to 'src/non_critical/syscall_storm.h') diff --git a/src/non_critical/syscall_storm.h b/src/non_critical/syscall_storm.h new file mode 100644 index 0000000..6535f3a --- /dev/null +++ b/src/non_critical/syscall_storm.h @@ -0,0 +1,4 @@ +#pragma once + +int init(int threads, int iterations); +void stop(); \ No newline at end of file -- cgit v1.2.3