22 char name[THREAD_NAME_MAX];
void * thread_info(struct thread_stat *info, void *next)
Get the thread information iteratively.
Definition: task.c:8
int delay_ticks(uint32_t ticks)
To cause the calling thread to sleep for the given ticks.
Definition: sched.c:35
void sched_start(void)
Start the operating system.
Definition: kernel.c:3298
int minfo(int name)
Get memory information of the system.
Definition: mm.c:205
void setprogname(const char *name)
Set the name of the running thread.
Definition: task.c:13