summaryrefslogtreecommitdiffstats
path: root/osdep/threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/threads.h')
-rw-r--r--osdep/threads.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/osdep/threads.h b/osdep/threads.h
index 662f718f8c..3d060009cb 100644
--- a/osdep/threads.h
+++ b/osdep/threads.h
@@ -3,6 +3,8 @@
#include <pthread.h>
+struct timespec mpthread_get_deadline(double timeout);
+
int mpthread_cond_timed_wait(pthread_cond_t *cond, pthread_mutex_t *mutex,
double timeout);