Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dinternal.h282 MHD_mutex_ mutex;
1110 MHD_mutex_ per_ip_connection_mutex;
1115 MHD_mutex_ cleanup_connection_mutex;
1280 MHD_mutex_ nnc_lock;
Ddaemon.c4764 *ppmtx = malloc (sizeof (MHD_mutex_)); in gcry_w32_mutex_init()
4769 if (MHD_YES != MHD_mutex_create_ ((MHD_mutex_*)*ppmtx)) in gcry_w32_mutex_init()
4779 { int res = (MHD_YES == MHD_mutex_destroy_ ((MHD_mutex_*)*ppmtx)) ? 0 : 1; in gcry_w32_mutex_destroy()
4782 { return (MHD_YES == MHD_mutex_lock_ ((MHD_mutex_*)*ppmtx)) ? 0 : 1; } in gcry_w32_mutex_lock()
4784 { return (MHD_YES == MHD_mutex_unlock_ ((MHD_mutex_*)*ppmtx)) ? 0 : 1; } in gcry_w32_mutex_unlock()
/third_party/skia/third_party/externals/microhttpd/src/include/
Dplatform_interface.h238 typedef CRITICAL_SECTION MHD_mutex_; typedef
241 typedef pthread_mutex_t MHD_mutex_; typedef