Home
last modified time | relevance | path

Searched refs:MHD_thread_handle_ (Results 1 – 3 of 3) sorted by relevance

/external/libmicrohttpd/src/include/
Dplatform_interface.h202 typedef pthread_t MHD_thread_handle_; typedef
205 typedef HANDLE MHD_thread_handle_; typedef
/external/libmicrohttpd/src/microhttpd/
Dinternal.h657 MHD_thread_handle_ pid;
1102 MHD_thread_handle_ pid;
Ddaemon.c1266 create_thread (MHD_thread_handle_ *thread, in create_thread()