| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_atomic.h | 35 #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 D | ngx_gcc_atomic_x86.h | 80 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 D | ngx_gcc_atomic_ppc.h | 59 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 D | ngx_sunpro_amd64.il | 21 / ngx_atomic_int_t ngx_atomic_fetch_add(ngx_atomic_t *value, 27 .inline ngx_atomic_fetch_add,0
|
| H A D | ngx_sunpro_x86.il | 22 / ngx_atomic_int_t ngx_atomic_fetch_add(ngx_atomic_t *value, 27 .inline ngx_atomic_fetch_add,0
|
| H A D | ngx_gcc_atomic_amd64.h | 67 ngx_atomic_fetch_add(ngx_atomic_t *value, ngx_atomic_int_t add) in ngx_atomic_fetch_add() function
|
| H A D | ngx_gcc_atomic_sparc64.h | 48 ngx_atomic_fetch_add(ngx_atomic_t *value, ngx_atomic_int_t add) in ngx_atomic_fetch_add() function
|
| H A D | ngx_sunpro_atomic_sparc64.h | 35 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 D | ngx_event_accept.c | 133 (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 D | ngx_event_udp.c | 276 (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 D | ngx_event_connect.c | 206 c->number = ngx_atomic_fetch_add(ngx_connection_counter, 1);
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_shmtx.c | 101 (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 D | ngx_connection.c | 1355 (void) ngx_atomic_fetch_add(ngx_stat_waiting, -1); 1369 (void) ngx_atomic_fetch_add(ngx_stat_waiting, 1);
|
| H A D | ngx_log.c | 729 written = ngx_atomic_fetch_add(&mem->written, len);
|
| H A D | ngx_file.c | 354 n = ngx_atomic_fetch_add(ngx_temp_number, add); in ngx_next_temp_number()
|
| H A D | ngx_resolver.c | 4444 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 D | ngx_stream_handler.c | 348 (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 D | ngx_http_request.c | 527 (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 D | ngx_mail_handler.c | 825 (void) ngx_atomic_fetch_add(ngx_stat_active, -1); in ngx_mail_close_connection()
|