Home
last modified time | relevance | path

Searched refs:ngx_stat_waiting (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_stub_status_module.c135 wa = *ngx_stat_waiting; in ngx_http_stub_status_handler()
189 value = *ngx_stat_waiting; in ngx_http_stub_status_variable()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event.h538 extern ngx_atomic_t *ngx_stat_waiting;
H A Dngx_event.c82 ngx_atomic_t *ngx_stat_waiting = &ngx_stat_waiting0; variable
618 ngx_stat_waiting = (ngx_atomic_t *) (shared + 9 * cl); in ngx_event_module_init()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_connection.c1355 (void) ngx_atomic_fetch_add(ngx_stat_waiting, -1);
1369 (void) ngx_atomic_fetch_add(ngx_stat_waiting, 1);