aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/mhd_threads.h')
-rw-r--r--src/microhttpd/mhd_threads.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/microhttpd/mhd_threads.h b/src/microhttpd/mhd_threads.h
index 925ac95d..6e1dce32 100644
--- a/src/microhttpd/mhd_threads.h
+++ b/src/microhttpd/mhd_threads.h
@@ -155,6 +155,9 @@ typedef struct _MHD_thread_handle_ID_ MHD_thread_handle_ID_;
155 (CloseHandle ( (thread)), ! 0) : 0 ) 155 (CloseHandle ( (thread)), ! 0) : 0 )
156#endif 156#endif
157 157
158#define MHD_join_thread_tid_(thread_handle_ID_ptr) \
159 (MHD_join_thread_((thread_handle_ID_ptr)->handle))
160
158#if defined(MHD_USE_POSIX_THREADS) 161#if defined(MHD_USE_POSIX_THREADS)
159/** 162/**
160 * Check whether provided thread ID matches current thread. 163 * Check whether provided thread ID matches current thread.