Home
last modified time | relevance | path

Searched refs:MHD_mutex_unlock_ (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dresponse.c497 (void) MHD_mutex_unlock_ (&response->mutex); in MHD_destroy_response()
500 (void) MHD_mutex_unlock_ (&response->mutex); in MHD_destroy_response()
521 (void) MHD_mutex_unlock_ (&response->mutex); in MHD_increment_response_rc()
Dconnection.c368 (void) MHD_mutex_unlock_ (&response->mutex); in try_ready_normal_body()
382 (void) MHD_mutex_unlock_ (&response->mutex); in try_ready_normal_body()
1986 (MHD_YES != MHD_mutex_unlock_ (&daemon->cleanup_connection_mutex)) )
2151 (void) MHD_mutex_unlock_ (&response->mutex);
2254 (MHD_YES != MHD_mutex_unlock_(&daemon->cleanup_connection_mutex)) )
2507 (void) MHD_mutex_unlock_ (&connection->response->mutex);
2514 (void) MHD_mutex_unlock_ (&connection->response->mutex);
2529 (void) MHD_mutex_unlock_ (&connection->response->mutex);
2536 (void) MHD_mutex_unlock_ (&connection->response->mutex);
2541 (void) MHD_mutex_unlock_ (&connection->response->mutex);
[all …]
Ddigestauth.c333 (void) MHD_mutex_unlock_ (&connection->daemon->nnc_lock); in check_nonce_nc()
339 (void) MHD_mutex_unlock_ (&connection->daemon->nnc_lock); in check_nonce_nc()
347 (void) MHD_mutex_unlock_ (&connection->daemon->nnc_lock); in check_nonce_nc()
Ddaemon.c234 if (MHD_YES != MHD_mutex_unlock_(&daemon->per_ip_connection_mutex)) in MHD_ip_count_unlock()
1504 (MHD_YES != MHD_mutex_unlock_ (&daemon->cleanup_connection_mutex)) ) in internal_add_connection()
1596 (MHD_YES != MHD_mutex_unlock_ (&daemon->cleanup_connection_mutex)) ) in internal_add_connection()
1684 (MHD_YES != MHD_mutex_unlock_ (&daemon->cleanup_connection_mutex)) ) in MHD_suspend_connection()
1719 (MHD_YES != MHD_mutex_unlock_ (&daemon->cleanup_connection_mutex)) ) in MHD_resume_connection()
1784 (MHD_YES != MHD_mutex_unlock_ (&daemon->cleanup_connection_mutex)) ) in resume_suspended_connections()
2056 (MHD_YES != MHD_mutex_unlock_ (&daemon->cleanup_connection_mutex)) ) in MHD_cleanup_connections()
4354 (MHD_YES != MHD_mutex_unlock_ (&daemon->cleanup_connection_mutex)) ) in close_all_connections()
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.h332 #define MHD_mutex_unlock_(mutex) \ macro
340 #define MHD_mutex_unlock_(mutex) \ macro