diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-06-11 19:08:18 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-06-11 19:08:18 +0300 |
| commit | 426da8be0db33405b0cfe53108b65040623972f0 (patch) | |
| tree | c1776cf14695d717a92d5d46d7a07c978a0e3618 /include/apos/tcb.h | |
| parent | de99380f12f8e2fe4acf7734db0e1e37a356c45f (diff) | |
| download | kmi-426da8be0db33405b0cfe53108b65040623972f0.tar.gz kmi-426da8be0db33405b0cfe53108b65040623972f0.zip | |
continue documentation
Diffstat (limited to 'include/apos/tcb.h')
| -rw-r--r-- | include/apos/tcb.h | 2 |
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); |
