From a7f382b431e6eed3f180c71d4175970da096eab9 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Tue, 12 May 2020 19:04:01 +0200 Subject: work --- src/thread.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/thread.h') 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(); -- cgit v1.2.3-70-g09d2