/unit/src/ |
H A D | nxt_atomic.h | 29 #define nxt_atomic_cmp_set(lock, cmp, set) \ argument 30 __sync_bool_compare_and_swap(lock, cmp, set) 34 __sync_lock_test_and_set(lock, set) 76 (atomic_cas_ulong(lock, cmp, set) == (ulong_t) cmp) 80 atomic_add_swap(lock, set) 171 nxt_atomic_int_t set) in nxt_atomic_cmp_set() argument 177 return __compare_and_swaplp(lock, &old, set); in nxt_atomic_cmp_set() 182 __fetch_and_swaplp(lock, set) 198 nxt_atomic_int_t set) in nxt_atomic_cmp_set() argument 204 return __compare_and_swap(lock, &old, set); in nxt_atomic_cmp_set() [all …]
|
H A D | nxt_poll_engine.c | 128 nxt_free(engine->u.poll.set); in nxt_poll_free() 399 pfd = nxt_realloc(engine->u.poll.set, sizeof(struct pollfd) * max_nfds); in nxt_poll_set_add() 404 engine->u.poll.set = pfd; in nxt_poll_set_add() 417 pfd = &engine->u.poll.set[engine->u.poll.nfds++]; in nxt_poll_set_add() 451 engine->u.poll.set[phe->index].events = events; in nxt_poll_set_change() 486 engine->u.poll.set[index] = engine->u.poll.set[nfds]; in nxt_poll_set_delete() 488 phe = nxt_poll_fd_hash_get(engine, engine->u.poll.set[nfds].fd); in nxt_poll_set_delete() 521 nevents = poll(engine->u.poll.set, engine->u.poll.nfds, timeout); in nxt_poll() 537 pfd = &engine->u.poll.set[i]; in nxt_poll() 669 if (nxt_fast_path(phe->fd == engine->u.poll.set[phe->index].fd)) { in nxt_poll_fd_hash_test() [all …]
|
/unit/auto/ |
H A D | help | 10 --cc=FILE set C compiler filename, default: "$CC" 11 --cc-opt=OPTIONS set additional C compiler options 12 --ld-opt=OPTIONS set additional linker options 14 --prefix=DIRECTORY set prefix for relative pathnames, default: none 15 --bindir=DIRECTORY set user executables directory name 17 --sbindir=DIRECTORY set system admin executables directory name 23 --state=DIRECTORY set state directory name, default: "$NXT_STATE" 24 --tmp=DIRECTORY set tmp directory name, default: "$NXT_TMP" 26 --pid=FILE set pid filename, default: "$NXT_PID" 27 --log=FILE set log filename, default: "$NXT_LOG" [all …]
|
H A D | clang | 15 #define set(dummy, ...) sprintf(__VA_ARGS__) 21 set(0, buf, \"%d\", 1); 38 #define set(dummy, args...) sprintf(args) 44 set(0, buf, \"%d\", 1);
|
H A D | feature | 44 # "|| true" is to bypass "set -e" setting.
|
/unit/test/ |
H A D | test_tls_conf_command.py | 41 protocols = list(set(c[1] for c in shared_ciphers)) 64 ciphers = list(set(c for c in shared_ciphers if c[1] == cipher[1]))
|
H A D | test_perl_application.py | 274 threads = set()
|
/unit/auto/modules/ |
H A D | nodejs | 23 --node=FILE set node executable 24 --npm=FILE set npm executable 25 --node-gyp=FILE set node-gyp executable 26 --local=DIRECTORY set directory path for local installation 199 echo " or to set DESTDIR environment variable."; \\
|
H A D | python | 25 --config=FILE set python-config filename 26 --module=NAME set unit python module name 27 --lib-path=DIRECTORY set directory path to libpython.so library
|
H A D | go | 24 --go=NAME set go executable 25 --go-path=PATH set GOPATH variable to install package
|
H A D | php | 25 --config=FILE set php-config filename 26 --module=NAME set unit php module name 27 --lib-path=DIRECTORY set directory path to libphp.so library
|
H A D | perl | 22 --perl=FILE set perl executable, default: perl 23 --module=NAME set unit perl module name
|
H A D | java | 31 --module=NAME set unit Java module name 32 --home=DIR set Java home directory 33 --lib-path=DIRECTORY set directory path to libjvm.so library 34 --repo=URL set Maven remote repository URL 36 --local-repo=DIR set local repository directory 38 --sha512=SHA512 set command for SHA512 check 39 --jars=DIR set jars install/search directory
|
H A D | ruby | 22 --ruby=FILE set ruby executable, default: ruby 23 --module=NAME set unit ruby module name
|
/unit/auto/echo/ |
H A D | build | 13 # "|| true" is to bypass "set -e" setting.
|
/unit/pkg/docker/ |
H A D | template.Dockerfile | 5 RUN set -ex \ 50 RUN set -x \
|
H A D | Dockerfile.perl5.34 | 5 RUN set -ex \ 50 RUN set -x \
|
H A D | Dockerfile.minimal | 5 RUN set -ex \ 50 RUN set -x \
|
H A D | Dockerfile.php8.1 | 5 RUN set -ex \ 50 RUN set -x \
|
H A D | Dockerfile.python3.10 | 5 RUN set -ex \ 50 RUN set -x \
|
H A D | Dockerfile.jsc11 | 5 RUN set -ex \ 50 RUN set -x \
|
H A D | Dockerfile.ruby3.1 | 5 RUN set -ex \ 50 RUN set -x \
|
H A D | Dockerfile.node16 | 5 RUN set -ex \ 52 RUN set -x \
|
H A D | Dockerfile.go1.18 | 5 RUN set -ex \ 52 RUN set -x \
|
/unit/auto/cc/ |
H A D | test | 14 set +e 209 set -e
|