summaryrefslogtreecommitdiff
path: root/threading.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-03-14 13:06:43 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-03-14 13:06:43 +0100
commit164210c796f2df48d4a3304e9d38e32a07c5fca0 (patch)
tree36d3fd4e2ecbc9a4845ba729f55aadc401118c2f /threading.h
parent1320a7469243071d6cc51c6c594a0373845bbe7e (diff)
start coverart loading thread with low priority
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);