Home
last modified time | relevance | path

Searched refs:shared (Results 1 – 25 of 25) sorted by last modified time

/unit/pkg/docker/
H A DDockerfile.jsc1151 && make -j $NCPU java-shared-install java-install \
55 && make -j $NCPU java-shared-install java-install \
H A DMakefile34 INSTALL_jsc ?= java-shared-install java-install
/unit/docs/
H A Dunit-openapi.yaml5983 description: "Used to filter the shared files."
/unit/
H A DCHANGES299 *) Feature: PHP opcache is shared between application processes.
/unit/src/wasm-wasi-component/
H A DCargo.lock292 "cranelift-codegen-shared",
310 "cranelift-codegen-shared",
314 name = "cranelift-codegen-shared"
1576 "wasm-bindgen-shared",
1599 "wasm-bindgen-shared",
1603 name = "wasm-bindgen-shared"
1750 "wasmtime-cranelift-shared",
1756 name = "wasmtime-cranelift-shared"
1965 "wasmtime-cranelift-shared",
/unit/auto/modules/
H A Djava537 java-shared-install
548 ${NXT_JAVA_MODULE}-uninstall: java-shared-uninstall
624 if ! grep ^java-shared-install: $NXT_MAKEFILE 2>&1 > /dev/null; then
628 .PHONY: java-shared-install
629 .PHONY: java-shared-uninstall
631 java-shared-install: $NXT_JAVA_INSTALL_JARS
635 java-shared-uninstall:
/unit/pkg/rpm/
H A DMakefile.jsc-common4 MODULE_SUMMARY_jsc_common= Java shared packages for NGINX Unit
18 MODULE_INSTARGS_jsc_common= java-shared-install
H A DMakefile.jsc1750 DESTDIR=%{buildroot} make java-shared-uninstall
H A DMakefile.jsc1137 DESTDIR=%{buildroot} make java-shared-uninstall
H A DMakefile.jsc839 DESTDIR=%{buildroot} make java-shared-uninstall
/unit/pkg/deb/
H A DMakefile.jsc2132 DESTDIR=$$\(INSTALLDIR\) make java-shared-uninstall
H A DMakefile.jsc-common4 MODULE_SUMMARY_jsc_common= Java shared packages for NGINX Unit
19 MODULE_INSTARGS_jsc_common= java-shared-install
H A DMakefile.jsc2032 DESTDIR=$$\(INSTALLDIR\) make java-shared-uninstall
H A DMakefile.jsc1932 DESTDIR=$$\(INSTALLDIR\) make java-shared-uninstall
H A DMakefile.jsc1832 DESTDIR=$$\(INSTALLDIR\) make java-shared-uninstall
H A DMakefile.jsc1632 DESTDIR=$$\(INSTALLDIR\) make java-shared-uninstall
H A DMakefile.jsc1732 DESTDIR=$$\(INSTALLDIR\) make java-shared-uninstall
H A DMakefile.jsc1032 DESTDIR=$$\(INSTALLDIR\) make java-shared-uninstall
H A DMakefile.jsc832 DESTDIR=$$\(INSTALLDIR\) make java-shared-uninstall
H A DMakefile.jsc1132 DESTDIR=$$\(INSTALLDIR\) make java-shared-uninstall
/unit/src/
H A Dnxt_isolation.c902 uint8_t *shared; in nxt_isolation_make_private_mount() local
910 shared = NULL; in nxt_isolation_make_private_mount()
921 shared = nxt_malloc(nmounts); in nxt_isolation_make_private_mount()
922 if (nxt_slow_path(shared == NULL)) { in nxt_isolation_make_private_mount()
945 shared[index] = hasmntopt(ent, "shared") != NULL; in nxt_isolation_make_private_mount()
957 shared = nxt_realloc(shared, nmounts); in nxt_isolation_make_private_mount()
958 if (nxt_slow_path(shared == NULL)) { in nxt_isolation_make_private_mount()
1020 if (shared[index]) { in nxt_isolation_make_private_mount()
1045 if (shared != NULL) { in nxt_isolation_make_private_mount()
1046 nxt_free(shared); in nxt_isolation_make_private_mount()
H A Dnxt_unit.c3882 #error No working shared memory implementation. in nxt_unit_shm_open()
H A Dnxt_port_memory.c428 #error No working shared memory implementation. in nxt_shm_open()
/unit/auto/os/
H A Dconf28 NXT_MODULE_LINK="\$(CC) -shared"
51 NXT_MODULE_LINK="\$(CC) -shared"
134 NXT_SHARED_LINK="\$(CC) -shared"
136 NXT_MODULE_LINK="\$(CC) -shared"
156 NXT_SHARED_LINK="\$(CC) -shared"
158 NXT_MODULE_LINK="\$(CC) -shared"
178 NXT_SHARED_LINK="\$(CC) -shared"
180 NXT_MODULE_LINK="\$(CC) -shared"
224 NXT_SHARED_LINK="\$(CC) -shared"
226 NXT_MODULE_LINK="\$(CC) -shared"
[all …]
/unit/auto/
H A Dshmem136 $echo $0: error: no shared memory implementation found.