Home
last modified time | relevance | path

Searched refs:ngx_shmtx_unlock (Results 1 – 12 of 12) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_shmtx.h45 void ngx_shmtx_unlock(ngx_shmtx_t *mtx);
H A Dngx_shmtx.c137 ngx_shmtx_unlock(ngx_shmtx_t *mtx) in ngx_shmtx_unlock() function
290 ngx_shmtx_unlock(ngx_shmtx_t *mtx) in ngx_shmtx_unlock() function
H A Dngx_slab.c177 ngx_shmtx_unlock(&pool->mutex); in ngx_slab_alloc()
429 ngx_shmtx_unlock(&pool->mutex); in ngx_slab_calloc()
456 ngx_shmtx_unlock(&pool->mutex); in ngx_slab_free()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_limit_conn_module.c179 ngx_shmtx_unlock(&shpool->mutex); in ngx_stream_limit_conn_handler()
199 ngx_shmtx_unlock(&shpool->mutex); in ngx_stream_limit_conn_handler()
215 ngx_shmtx_unlock(&shpool->mutex); in ngx_stream_limit_conn_handler()
342 ngx_shmtx_unlock(&shpool->mutex); in ngx_stream_limit_conn_cleanup()
H A Dngx_stream_upstream_round_robin.c813 ngx_shmtx_unlock(&peers->shpool->mutex); in ngx_stream_upstream_save_round_robin_peer_session()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_limit_conn_module.c201 ngx_shmtx_unlock(&shpool->mutex); in ngx_http_limit_conn_handler()
221 ngx_shmtx_unlock(&shpool->mutex); in ngx_http_limit_conn_handler()
237 ngx_shmtx_unlock(&shpool->mutex); in ngx_http_limit_conn_handler()
363 ngx_shmtx_unlock(&shpool->mutex); in ngx_http_limit_conn_cleanup()
H A Dngx_http_limit_req_module.c212 ngx_shmtx_unlock(&ctx->shpool->mutex); in ngx_http_limit_req_handler()
249 ngx_shmtx_unlock(&ctx->shpool->mutex); in ngx_http_limit_req_handler()
543 ngx_shmtx_unlock(&ctx->shpool->mutex); in ngx_http_limit_req_account()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_file_cache.c427 ngx_shmtx_unlock(&cache->shpool->mutex); in ngx_http_file_cache_lock()
510 ngx_shmtx_unlock(&cache->shpool->mutex); in ngx_http_file_cache_lock_wait()
632 ngx_shmtx_unlock(&cache->shpool->mutex); in ngx_http_file_cache_read()
926 ngx_shmtx_unlock(&cache->shpool->mutex); in ngx_http_file_cache_exists()
1229 ngx_shmtx_unlock(&cache->shpool->mutex); in ngx_http_file_cache_reopen()
1337 ngx_shmtx_unlock(&cache->shpool->mutex); in ngx_http_file_cache_update_variant()
1426 ngx_shmtx_unlock(&cache->shpool->mutex); in ngx_http_file_cache_update()
1655 ngx_shmtx_unlock(&cache->shpool->mutex); in ngx_http_file_cache_free()
1787 ngx_shmtx_unlock(&cache->shpool->mutex); in ngx_http_file_cache_forced_expire()
1898 ngx_shmtx_unlock(&cache->shpool->mutex); in ngx_http_file_cache_expire()
[all …]
H A Dngx_http_upstream_round_robin.c781 ngx_shmtx_unlock(&peers->shpool->mutex); in ngx_http_upstream_save_round_robin_peer_session()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_accept.c118 ngx_shmtx_unlock(&ngx_accept_mutex);
339 ngx_shmtx_unlock(&ngx_accept_mutex);
H A Dngx_event_openssl.c3423 ngx_shmtx_unlock(&shpool->mutex); in ngx_ssl_new_session()
3437 ngx_shmtx_unlock(&shpool->mutex); in ngx_ssl_new_session()
3517 ngx_shmtx_unlock(&shpool->mutex); in ngx_ssl_get_cached_session()
3545 ngx_shmtx_unlock(&shpool->mutex); in ngx_ssl_get_cached_session()
3642 ngx_shmtx_unlock(&shpool->mutex); in ngx_ssl_remove_session()
H A Dngx_event.c286 ngx_shmtx_unlock(&ngx_accept_mutex); in ngx_process_events_and_timers()