diff options
| author | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-05-12 19:04:01 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-05-12 19:04:01 +0200 |
| commit | a7f382b431e6eed3f180c71d4175970da096eab9 (patch) | |
| tree | 0099dba56efe2eb24d82481ed6ea5294e7b4bfb9 /src/thread.h | |
| parent | d4dbb9333666a2a0c752ecee49b4f70b8e4c1371 (diff) | |
work
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(); |
