Searched refs:ngx_atomic_int_t (Results 1 – 14 of 14) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_atomic.h | 23 typedef long ngx_atomic_int_t; typedef 60 typedef int64_t ngx_atomic_int_t; typedef 72 typedef int32_t ngx_atomic_int_t; typedef 97 typedef long ngx_atomic_int_t; typedef 126 typedef int32_t ngx_atomic_int_t; typedef 140 ngx_atomic_int_t 167 typedef int64_t ngx_atomic_int_t; typedef 181 ngx_atomic_int_t 210 typedef int64_t ngx_atomic_int_t; typedef 290 static ngx_inline ngx_atomic_int_t [all …]
|
| H A D | ngx_gcc_atomic_x86.h | 79 static ngx_inline ngx_atomic_int_t 80 ngx_atomic_fetch_add(ngx_atomic_t *value, ngx_atomic_int_t add) in ngx_atomic_fetch_add() 101 static ngx_inline ngx_atomic_int_t 102 ngx_atomic_fetch_add(ngx_atomic_t *value, ngx_atomic_int_t add) in ngx_atomic_fetch_add()
|
| H A D | ngx_gcc_atomic_ppc.h | 58 static ngx_inline ngx_atomic_int_t 59 ngx_atomic_fetch_add(ngx_atomic_t *value, ngx_atomic_int_t add) in ngx_atomic_fetch_add() 121 static ngx_inline ngx_atomic_int_t 122 ngx_atomic_fetch_add(ngx_atomic_t *value, ngx_atomic_int_t add) in ngx_atomic_fetch_add()
|
| H A D | ngx_gcc_atomic_amd64.h | 66 static ngx_inline ngx_atomic_int_t 67 ngx_atomic_fetch_add(ngx_atomic_t *value, ngx_atomic_int_t add) in ngx_atomic_fetch_add()
|
| H A D | ngx_gcc_atomic_sparc64.h | 47 static ngx_inline ngx_atomic_int_t 48 ngx_atomic_fetch_add(ngx_atomic_t *value, ngx_atomic_int_t add) in ngx_atomic_fetch_add()
|
| H A D | ngx_sunpro_atomic_sparc64.h | 34 static ngx_inline ngx_atomic_int_t 35 ngx_atomic_fetch_add(ngx_atomic_t *value, ngx_atomic_int_t add) in ngx_atomic_fetch_add()
|
| H A D | ngx_sunpro_amd64.il | 21 / ngx_atomic_int_t ngx_atomic_fetch_add(ngx_atomic_t *value, 22 / ngx_atomic_int_t add);
|
| H A D | ngx_sunpro_x86.il | 22 / ngx_atomic_int_t ngx_atomic_fetch_add(ngx_atomic_t *value, 23 / ngx_atomic_int_t add);
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_spinlock.c | 13 ngx_spinlock(ngx_atomic_t *lock, ngx_atomic_int_t value, ngx_uint_t spin) in ngx_spinlock()
|
| H A D | ngx_file.h | 161 extern ngx_atomic_int_t ngx_random_number;
|
| H A D | ngx_shmtx.c | 178 if ((ngx_atomic_int_t) wait <= 0) { in ngx_shmtx_wakeup()
|
| H A D | ngx_file.c | 17 ngx_atomic_int_t ngx_random_number = 123456;
|
| H A D | ngx_string.c | 366 i64 = (int64_t) va_arg(args, ngx_atomic_int_t); in ngx_vslprintf()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_stub_status_module.c | 90 ngx_atomic_int_t ap, hn, ac, rq, rd, wr, wa; in ngx_http_stub_status_handler() 168 ngx_atomic_int_t value; in ngx_http_stub_status_variable()
|