更新u_malloc分配器

This commit is contained in:
zhangzheng
2025-03-09 23:53:18 +08:00
parent 66b79ce2ea
commit 79d4d1cad3
25 changed files with 677 additions and 1090 deletions

View File

@@ -6,6 +6,7 @@ typedef struct thread_wait_entry
slist_head_t node;
thread_t *th;
umword_t times;
umword_t times_debug;
} thread_wait_entry_t;
void thread_check_timeout(void);
thread_wait_entry_t *thread_sleep_del(thread_t *th);