Add thread sleep function

This commit is contained in:
2024-06-10 22:39:24 +03:00
parent ada9d3ada5
commit 5762484550
4 changed files with 26 additions and 0 deletions

View File

@@ -60,6 +60,8 @@ void bh_task_reuse(bh_task_t *task,
int bh_task_done(bh_task_t *task);
int bh_thread_sleep(unsigned long timeout);
int bh_thread_join(bh_thread_t *thread);
int bh_thread_detach(bh_thread_t *thread);