diff options
Diffstat (limited to 'src/thread.h')
| -rw-r--r-- | src/thread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/thread.h b/src/thread.h index b019fdb..e0266e3 100644 --- a/src/thread.h +++ b/src/thread.h @@ -54,6 +54,7 @@ void thread_detach(thread *thread); void thread_stop(thread *thread); u32 thread_get_id(); void thread_sleep(u64 microseconds); +void thread_exit(); mutex mutex_create_recursive(); mutex mutex_create(); |
