From ae3905ebeb415e12667777463e36df6e00ca992c Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 22 Sep 2022 17:36:18 +0300 Subject: add assign syscall skeleton --- include/apos/caps.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/apos/caps.h') diff --git a/include/apos/caps.h b/include/apos/caps.h index e8ef76b..b64b05a 100644 --- a/include/apos/caps.h +++ b/include/apos/caps.h @@ -22,6 +22,9 @@ enum { /** Thread is allowed to force interrupt to callback in other thread. */ CAP_CALL = (1 << 2), + + /** Thread is allowed to assign threads to processors. */ + CAP_ASSIGN = (1 << 3), }; /** -- cgit v1.3