Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/threads.h')
-rw-r--r--include/threads.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/threads.h b/include/threads.h
index 9bc0812b499..4f0e09c7be2 100644
--- a/include/threads.h
+++ b/include/threads.h
@@ -86,6 +86,7 @@ zbx_thread_args_t;
ZBX_THREAD_HANDLE zbx_thread_start(ZBX_THREAD_ENTRY_POINTER(handler), zbx_thread_args_t *thread_args);
int zbx_thread_wait(ZBX_THREAD_HANDLE thread);
+void zbx_threads_wait(ZBX_THREAD_HANDLE *threads, int threads_num);
/* zbx_thread_exit(status) -- declared as define !!! */
long int zbx_get_thread_id(void);