Home
last modified time | relevance | path

Searched refs:threaded (Results 1 – 25 of 64) sorted by relevance

123

/freebsd/tools/tools/netrate/http/
H A Dhttp.c47 static int threaded; /* 1 for threaded, 0 for forked. */ variable
198 if (threaded) { in http_worker()
217 if (threaded) in http_worker()
261 threaded = 1; in main()
299 if (threaded) { in main()
307 if (threaded) { in main()
328 if (!threaded) { in main()
335 if (!threaded) in main()
338 if (threaded) { in main()
348 if (!threaded) in main()
/freebsd/tools/tools/netrate/httpd/
H A Dhttpd.c50 static int threaded; /* 1 for threaded, 0 for forked. */ variable
209 threaded = 1; in main()
279 if (threaded) { in main()
298 if (threaded) { in main()
308 if (!threaded) in main()
/freebsd/sys/contrib/zstd/lib/
H A DMakefile120 @echo compiling multi-threaded static library $(LIBVER),\
121 @echo compiling single-threaded static library $(LIBVER))
161 @echo compiling multi-threaded dynamic library $(LIBVER),\
162 @echo compiling single-threaded dynamic library $(LIBVER))
188 @echo multi-threaded build completed
194 @echo single-threaded build completed
H A DREADME.md22 …fault the dynamic library is multithreaded and static library is single-threaded (for compatibilit…
28 For convenience, we provide a build target to generate multi and single threaded libraries:
31 …d before, dynamic library is multithreaded, and static library is single-threaded, e.g. `make lib`.
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Ddebugfs.c36 if (dev->napi_dev.threaded != val) in mt76_napi_threaded_set()
47 *val = dev->napi_dev.threaded; in mt76_napi_threaded_get()
/freebsd/lib/libthr/thread/
H A Dthr_kern.c54 _thr_setthreaded(int threaded) in _thr_setthreaded() argument
56 __isthreaded = threaded; in _thr_setthreaded()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dnetdevice.h133 int threaded; member
354 dev_set_threaded(struct net_device *ndev, bool threaded) in dev_set_threaded() argument
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dimg-mdc-dma.txt1 * IMG Multi-threaded DMA Controller (MDC)
/freebsd/contrib/xz/
H A DAUTHORS20 The initial version of the threaded .xz decompressor was written
H A DTODO55 - Implement threaded match finders.
H A DREADME61 that were created in threaded mode can be decompressed in threaded
/freebsd/contrib/ncurses/ncurses/
H A DREADME42 major configurations (normal, wide-character, threaded):
/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_asn1_get_count.pod56 threaded, using them is safe. See L<EVP_PKEY_asn1_add0(3)>.
H A DOPENSSL_init_ssl.pod18 application is multi-threaded), and these resources must be freed prior to the
H A DBN_BLINDING_new.pod66 provide proper locking if needed for multi-threaded use.
H A DOPENSSL_init_crypto.pod35 application is multi-threaded), and these resources must be freed prior to the
269 multi-threaded and if dlclose() is subsequently called prior to the threads
H A DCRYPTO_THREAD_run_once.pod30 OpenSSL can be safely used in multi-threaded applications provided that
H A DOSSL_LIB_CTX.pod34 multi-threaded applications to properly clean up thread local resources before
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DOptions.td60 HelpText<"Number of available threads for multi-threaded execution. "
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_flags.inc71 "Die after multi-threaded fork if the child creates new threads.")
/freebsd/tools/regression/
H A DREADME86 gaithrstress General threaded getaddrinfo(3) exerciser
/freebsd/contrib/llvm-project/libcxx/
H A DCREDITS.TXT133 D: Remote testing, Newlib port, baremetal/single-threaded support.
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dcpu-capacity.txt29 * A "single-threaded" or CPU affine benchmark
/freebsd/crypto/openssl/doc/internal/man3/
H A DOPENSSL_SA.pod86 Care should be taken when accessing sparse arrays in multi-threaded
/freebsd/sys/contrib/device-tree/Bindings/cpu/
H A Dcpu-capacity.txt29 * A "single-threaded" or CPU affine benchmark

123