summaryrefslogtreecommitdiff
path: root/threading.h
diff options
context:
space:
mode:
Diffstat (limited to 'threading.h')
-rw-r--r--threading.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/threading.h b/threading.h
index f0988574..d543f14c 100644
--- a/threading.h
+++ b/threading.h
@@ -23,6 +23,9 @@
intptr_t
thread_start (void (*fn)(void *ctx), void *ctx);
+intptr_t
+thread_start_low_priority (void (*fn)(void *ctx), void *ctx);
+
int
thread_join (intptr_t tid);