From 164210c796f2df48d4a3304e9d38e32a07c5fca0 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 14 Mar 2010 13:06:43 +0100 Subject: start coverart loading thread with low priority --- threading.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'threading.h') 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); -- cgit v1.2.3