diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-06-09 23:53:47 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-06-09 23:53:47 +0300 |
| commit | 45b51617a0e3513a453c20229e02fd8fc9fbbfe1 (patch) | |
| tree | 1ff6e23aea786c2b32521bb834e1fc133129101b /include/apos/tcb.h | |
| parent | da8eeb7695a4803d1d45c8c26c05a51fb1ba1e55 (diff) | |
| download | kmi-45b51617a0e3513a453c20229e02fd8fc9fbbfe1.tar.gz kmi-45b51617a0e3513a453c20229e02fd8fc9fbbfe1.zip | |
use doxygen todo
Diffstat (limited to 'include/apos/tcb.h')
| -rw-r--r-- | include/apos/tcb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/apos/tcb.h b/include/apos/tcb.h index 83fbffa..18cf3ad 100644 --- a/include/apos/tcb.h +++ b/include/apos/tcb.h @@ -97,7 +97,7 @@ struct tcb { /** Thread ID. */ id_t tid; - /* \todo: implement cpu_id to hardware cpu ID translation, first in + /** \todo implement cpu_id to hardware cpu ID translation, first in * riscv. */ /** Cpu currently executing this thread. */ id_t cpu_id; @@ -111,7 +111,7 @@ struct tcb { /** Address of this thread's stack top. */ vm_t thread_stack_top; - /* \todo: Check if each thread should be allowed more than just one + /** \todo Check if each thread should be allowed more than just one * region of thread local storage. */ /** Possible thread local storage. */ vm_t thread_storage; |
