aboutsummaryrefslogtreecommitdiff
path: root/include/bh/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bh/thread.h')
-rw-r--r--include/bh/thread.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/bh/thread.h b/include/bh/thread.h
index 3360c42..598f4f7 100644
--- a/include/bh/thread.h
+++ b/include/bh/thread.h
@@ -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);