syscall: task: implement thread_self

This commit is contained in:
2026-03-22 19:02:31 +00:00
parent 86f6c81781
commit 110f625f04
6 changed files with 84 additions and 48 deletions

View File

@@ -67,6 +67,7 @@ extern kern_status_t sys_task_config_set(
const void *ptr,
size_t len);
extern kern_status_t sys_thread_self(kern_handle_t *out);
extern kern_status_t sys_thread_start(kern_handle_t thread);
extern kern_status_t sys_thread_exit(void);
extern kern_status_t sys_thread_config_get(