Home
last modified time | relevance | path

Searched refs:ngx_atomic_fetch_add (Results 1 – 19 of 19) sorted by relevance

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_atomic.h35 #define ngx_atomic_fetch_add(value, add) \ macro
67 #define ngx_atomic_fetch_add(value, add) \ macro
79 #define ngx_atomic_fetch_add(value, add) \ macro
112 #define ngx_atomic_fetch_add(value, add) \ macro
141 ngx_atomic_fetch_add(ngx_atomic_t *value, ngx_atomic_int_t add);
182 ngx_atomic_fetch_add(ngx_atomic_t *value, ngx_atomic_int_t add);
291 ngx_atomic_fetch_add(ngx_atomic_t *value, ngx_atomic_int_t add) in ngx_atomic_fetch_add() function
H A Dngx_gcc_atomic_x86.h80 ngx_atomic_fetch_add(ngx_atomic_t *value, ngx_atomic_int_t add) in ngx_atomic_fetch_add() function
102 ngx_atomic_fetch_add(ngx_atomic_t *value, ngx_atomic_int_t add) in ngx_atomic_fetch_add() function
H A Dngx_gcc_atomic_ppc.h59 ngx_atomic_fetch_add(ngx_atomic_t *value, ngx_atomic_int_t add) in ngx_atomic_fetch_add() function
122 ngx_atomic_fetch_add(ngx_atomic_t *value, ngx_atomic_int_t add) in ngx_atomic_fetch_add() function
H A Dngx_sunpro_amd64.il21 / ngx_atomic_int_t ngx_atomic_fetch_add(ngx_atomic_t *value,
27 .inline ngx_atomic_fetch_add,0
H A Dngx_sunpro_x86.il22 / ngx_atomic_int_t ngx_atomic_fetch_add(ngx_atomic_t *value,
27 .inline ngx_atomic_fetch_add,0
H A Dngx_gcc_atomic_amd64.h67 ngx_atomic_fetch_add(ngx_atomic_t *value, ngx_atomic_int_t add) in ngx_atomic_fetch_add() function
H A Dngx_gcc_atomic_sparc64.h48 ngx_atomic_fetch_add(ngx_atomic_t *value, ngx_atomic_int_t add) in ngx_atomic_fetch_add() function
H A Dngx_sunpro_atomic_sparc64.h35 ngx_atomic_fetch_add(ngx_atomic_t *value, ngx_atomic_int_t add) in ngx_atomic_fetch_add() function
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_accept.c133 (void) ngx_atomic_fetch_add(ngx_stat_accepted, 1);
153 (void) ngx_atomic_fetch_add(ngx_stat_active, 1);
261 c->number = ngx_atomic_fetch_add(ngx_connection_counter, 1);
264 (void) ngx_atomic_fetch_add(ngx_stat_handled, 1);
449 (void) ngx_atomic_fetch_add(ngx_stat_active, -1);
H A Dngx_event_udp.c276 (void) ngx_atomic_fetch_add(ngx_stat_accepted, 1); in ngx_event_recvmsg()
292 (void) ngx_atomic_fetch_add(ngx_stat_active, 1); in ngx_event_recvmsg()
364 c->number = ngx_atomic_fetch_add(ngx_connection_counter, 1); in ngx_event_recvmsg()
367 (void) ngx_atomic_fetch_add(ngx_stat_handled, 1); in ngx_event_recvmsg()
438 (void) ngx_atomic_fetch_add(ngx_stat_active, -1); in ngx_close_accepted_udp_connection()
H A Dngx_event_connect.c206 c->number = ngx_atomic_fetch_add(ngx_connection_counter, 1);
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_shmtx.c101 (void) ngx_atomic_fetch_add(mtx->wait, 1); in ngx_shmtx_lock()
104 (void) ngx_atomic_fetch_add(mtx->wait, -1); in ngx_shmtx_lock()
H A Dngx_connection.c1355 (void) ngx_atomic_fetch_add(ngx_stat_waiting, -1);
1369 (void) ngx_atomic_fetch_add(ngx_stat_waiting, 1);
H A Dngx_log.c729 written = ngx_atomic_fetch_add(&mem->written, len);
H A Dngx_file.c354 n = ngx_atomic_fetch_add(ngx_temp_number, add); in ngx_next_temp_number()
H A Dngx_resolver.c4444 c->number = ngx_atomic_fetch_add(ngx_connection_counter, 1); in ngx_udp_connect()
4530 c->number = ngx_atomic_fetch_add(ngx_connection_counter, 1);
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_handler.c348 (void) ngx_atomic_fetch_add(ngx_stat_active, -1); in ngx_stream_close_connection()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.c527 (void) ngx_atomic_fetch_add(ngx_stat_reading, 1); in ngx_http_create_request()
529 (void) ngx_atomic_fetch_add(ngx_stat_requests, 1); in ngx_http_create_request()
2045 (void) ngx_atomic_fetch_add(ngx_stat_reading, -1); in ngx_http_process_request()
2047 (void) ngx_atomic_fetch_add(ngx_stat_writing, 1); in ngx_http_process_request()
3604 (void) ngx_atomic_fetch_add(ngx_stat_reading, -1); in ngx_http_free_request()
3608 (void) ngx_atomic_fetch_add(ngx_stat_writing, -1); in ngx_http_free_request()
3699 (void) ngx_atomic_fetch_add(ngx_stat_active, -1); in ngx_http_close_connection()
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_handler.c825 (void) ngx_atomic_fetch_add(ngx_stat_active, -1); in ngx_mail_close_connection()