From 426da8be0db33405b0cfe53108b65040623972f0 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 11 Jun 2022 19:08:18 +0300 Subject: continue documentation --- include/apos/tcb.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/apos/tcb.h') diff --git a/include/apos/tcb.h b/include/apos/tcb.h index 18cf3ad..b43d5b4 100644 --- a/include/apos/tcb.h +++ b/include/apos/tcb.h @@ -252,6 +252,8 @@ struct tcb *cur_proc(); /** * Set \c t as current \ref tcb. * + * Also updates the current cpu id of the tcb. + * * @param t Thread to mark as current. */ void use_tcb(struct tcb *t); -- cgit v1.3