Home
last modified time | relevance | path

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

1234

/src/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()
/src/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()
/src/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`.
/src/crypto/openssl/doc/man7/
H A Dopenssl-quic-concurrency.pod60 application-synchronised single-threaded usage.
64 The B<Contentive Concurrency Model (CCM)>, which supports multi-threaded usage.
69 multi-threaded usage and provides assistance to an application for handling QUIC
91 synchronisation for multi-threaded usage of QUIC objects. For example, different
96 Concurrency Model in order to support multi-threaded usage, but provides limited
97 performance in highly contended multi-threaded usage due to its simple approach.
132 Supporting blocking API calls reliably with multi-threaded usage requires the
144 which is only reliable under single-threaded usage. This functionality is always
151 Mode, and its usage is not recommended for multi-threaded applications.
161 A purely single-threaded application, or an application which wishes to use
[all …]
/src/lib/libthr/thread/
H A Dthr_kern.c54 _thr_setthreaded(int threaded) in _thr_setthreaded() argument
56 __isthreaded = threaded; in _thr_setthreaded()
/src/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()
/src/sys/compat/linuxkpi/common/include/linux/
H A Dnetdevice.h142 int threaded; member
394 dev_set_threaded(struct net_device *ndev, bool threaded) in dev_set_threaded() argument
/src/release/packages/ucl/
H A Dlibthread_db-all.ucl19 comment = "Library for interacting with threaded processes"
/src/tools/test/stress2/misc/
H A Dmprotect4.sh13 /* N readers and 1 writer threaded test scenario */
H A Dmprotect5.sh13 /* N writers threaded test scenario */
/src/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_defs.h.in32 * Hyper-threaded CPUs may need a special instruction inside spin loops in
124 * Defined if threaded initialization is known to be safe on this platform.
126 * triggering allocation in order for threaded allocation to be safe.
/src/sys/contrib/device-tree/Bindings/dma/
H A Dimg-mdc-dma.txt1 * IMG Multi-threaded DMA Controller (MDC)
/src/contrib/xz/
H A DAUTHORS20 The initial version of the threaded .xz decompressor was written
H A DTODO44 - Implement threaded match finders.
/src/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.
/src/contrib/ncurses/ncurses/
H A DREADME42 major configurations (normal, wide-character, threaded):
/src/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DOptions.td60 HelpText<"Number of available threads for multi-threaded execution. "
/src/contrib/tzcode/
H A Dlocaltime.c138 unlock(bool threaded) in unlock() argument
140 if (threaded) in unlock()
145 static void unlock(ATTRIBUTE_MAYBE_UNUSED bool threaded) { } in unlock() argument
1863 rd2wrlock(ATTRIBUTE_MAYBE_UNUSED bool threaded) in rd2wrlock() argument
1866 if (threaded) { in rd2wrlock()
1881 tzset_unlocked(bool threaded, bool wall, monotime_t now) in tzset_unlocked() argument
1921 if (rd2wrlock(threaded) != 0) in tzset_unlocked()
/src/crypto/openssl/doc/designs/quic-design/
H A Dquic-concurrency.md45 either single-threaded or is otherwise responsible for doing synchronisation
49 primarily for single-threaded use as a simple state machine by advanced
54 multi-threaded usage of a QUIC connection (for example, parallel writes to
328 * access or is purely single-threaded.
/src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_flags.inc71 "Die after multi-threaded fork if the child creates new threads.")
/src/contrib/jemalloc/
H A DINSTALL.md187 switches from single-threaded to multi-threaded mode, so that it can avoid
188 mutex locking/unlocking operations while in single-threaded mode. In
/src/tools/regression/
H A DREADME86 gaithrstress General threaded getaddrinfo(3) exerciser

1234