feat: added task names
This commit is contained in:
@@ -19,7 +19,7 @@ void task_start_first();
|
||||
|
||||
void task_switch_next();
|
||||
|
||||
pid_t task_spawn(task_entrypoint, void *entry_data);
|
||||
pid_t task_spawn(task_entrypoint, void *entry_data, char* name);
|
||||
|
||||
void task_end(pid_t tid);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user