aboutsummaryrefslogtreecommitdiff
path: root/include/apos/tcb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apos/tcb.h')
-rw-r--r--include/apos/tcb.h2
1 files changed, 2 insertions, 0 deletions
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);