syscall: task: implement thread_self
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user