Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_cache.h61 ngx_msec_t lock_time; member
104 ngx_msec_t lock_time; member
H A Dngx_http_file_cache.c418 timer = c->node->lock_time - now; in ngx_http_file_cache_lock()
422 c->node->lock_time = now + c->lock_age; in ngx_http_file_cache_lock()
424 c->lock_time = c->node->lock_time; in ngx_http_file_cache_lock()
504 timer = c->node->lock_time - now; in ngx_http_file_cache_lock_wait()
649 c->lock_time = c->node->lock_time; in ngx_http_file_cache_read()
1635 if (c->updating && fcn->lock_time == c->lock_time) { in ngx_http_file_cache_free()