summaryrefslogtreecommitdiff
path: root/threading.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2010-11-20 11:50:11 +0100
committerGravatar waker <wakeroid@gmail.com>2010-11-20 11:50:11 +0100
commit5a5025ff2086e01c2f0164d9c9bb1b3e20a279d1 (patch)
treeecdb74e123f1f32f993c0547368af6088a2fc310 /threading.h
parent21e46269269b82e756fef0051e0953c52d6be3ca (diff)
parent4f4cf2190aef650ad6e93a9ad86ed0207101f0a7 (diff)
Merge branch 'master' into static
Conflicts: plugins/artwork/artwork.c plugins/gtkui/coverart.c
Diffstat (limited to 'threading.h')
-rw-r--r--threading.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/threading.h b/threading.h
index dee1cc3c..6ceca641 100644
--- a/threading.h
+++ b/threading.h
@@ -29,6 +29,12 @@ thread_start_low_priority (void (*fn)(void *ctx), void *ctx);
int
thread_join (intptr_t tid);
+int
+thread_detach (intptr_t tid);
+
+void
+thread_exit (void *retval);
+
uintptr_t
mutex_create (void);