mirror of
https://github.com/drasko/codezero.git
synced 2026-01-13 11:23:16 +01:00
Renamed many thread_* line of calls.
Renamed so that task_* gets a ktcb directly, and thread_* line of calls make the search for the ktcb.
This commit is contained in:
@@ -11,8 +11,7 @@ void thread_id_pool_init(void);
|
||||
int thread_id_new(void);
|
||||
int thread_id_del(int tid);
|
||||
|
||||
void thread_destroy_current(void);
|
||||
int thread_destroy(struct task_ids *ids);
|
||||
void thread_make_zombie(struct ktcb *task);
|
||||
void task_destroy_current(void);
|
||||
void task_make_zombie(struct ktcb *task);
|
||||
|
||||
#endif /* __THREAD_H__ */
|
||||
|
||||
Reference in New Issue
Block a user