Searched defs:ngx_atomic_cmp_set (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_atomic.h | 33 #define ngx_atomic_cmp_set(lock, old, new) \ macro 64 #define ngx_atomic_cmp_set(lock, old, new) \ macro 76 #define ngx_atomic_cmp_set(lock, old, new) \ macro 109 #define ngx_atomic_cmp_set(lock, old, set) \ macro 278 ngx_atomic_cmp_set(ngx_atomic_t *lock, ngx_atomic_uint_t old, in ngx_atomic_cmp_set() function
|
| H A D | ngx_gcc_atomic_ppc.h | 29 ngx_atomic_cmp_set(ngx_atomic_t *lock, ngx_atomic_uint_t old, in ngx_atomic_cmp_set() function 92 ngx_atomic_cmp_set(ngx_atomic_t *lock, ngx_atomic_uint_t old, in ngx_atomic_cmp_set() function
|
| H A D | ngx_gcc_atomic_amd64.h | 37 ngx_atomic_cmp_set(ngx_atomic_t *lock, ngx_atomic_uint_t old, in ngx_atomic_cmp_set() function
|
| H A D | ngx_sunpro_atomic_sparc64.h | 25 ngx_atomic_cmp_set(ngx_atomic_t *lock, ngx_atomic_uint_t old, in ngx_atomic_cmp_set() function
|
| H A D | ngx_gcc_atomic_sparc64.h | 34 ngx_atomic_cmp_set(ngx_atomic_t *lock, ngx_atomic_uint_t old, in ngx_atomic_cmp_set() function
|
| H A D | ngx_gcc_atomic_x86.h | 38 ngx_atomic_cmp_set(ngx_atomic_t *lock, ngx_atomic_uint_t old, in ngx_atomic_cmp_set() function
|