Home
last modified time | relevance | path

Searched refs:MHD_join_thread_ (Results 1 – 2 of 2) sorted by relevance

/external/libmicrohttpd/src/include/
Dplatform_interface.h224 #define MHD_join_thread_(thread) pthread_join((thread), NULL) macro
232 #define MHD_join_thread_(thread) (WAIT_OBJECT_0 == WaitForSingleObject((thread), INFINITE) ? (Close… macro
/external/libmicrohttpd/src/microhttpd/
Ddaemon.c2077 if (0 != MHD_join_thread_ (pos->pid)) in MHD_cleanup_connections()
4384 if (0 != MHD_join_thread_ (pos->pid)) in close_all_connections()
4496 if (0 != MHD_join_thread_ (daemon->worker_pool[i].pid)) in MHD_stop_daemon()
4525 if (0 != MHD_join_thread_ (daemon->pid)) in MHD_stop_daemon()