| /src/tools/tools/netrate/http/ |
| H A D | http.c | 47 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 D | httpd.c | 50 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 D | Makefile | 120 @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 D | README.md | 22 …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 D | openssl-quic-concurrency.pod | 60 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 D | thr_kern.c | 54 _thr_setthreaded(int threaded) in _thr_setthreaded() argument 56 __isthreaded = threaded; in _thr_setthreaded()
|
| /src/sys/contrib/dev/mediatek/mt76/ |
| H A D | debugfs.c | 36 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 D | netdevice.h | 142 int threaded; member 394 dev_set_threaded(struct net_device *ndev, bool threaded) in dev_set_threaded() argument
|
| /src/release/packages/ucl/ |
| H A D | libthread_db-all.ucl | 19 comment = "Library for interacting with threaded processes"
|
| /src/tools/test/stress2/misc/ |
| H A D | mprotect4.sh | 13 /* N readers and 1 writer threaded test scenario */
|
| H A D | mprotect5.sh | 13 /* N writers threaded test scenario */
|
| /src/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | jemalloc_internal_defs.h.in | 32 * 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 D | img-mdc-dma.txt | 1 * IMG Multi-threaded DMA Controller (MDC)
|
| /src/contrib/xz/ |
| H A D | AUTHORS | 20 The initial version of the threaded .xz decompressor was written
|
| H A D | TODO | 44 - Implement threaded match finders.
|
| /src/crypto/openssl/doc/man3/ |
| H A D | EVP_PKEY_asn1_get_count.pod | 56 threaded, using them is safe. See L<EVP_PKEY_asn1_add0(3)>.
|
| H A D | OPENSSL_init_ssl.pod | 18 application is multi-threaded), and these resources must be freed prior to the
|
| H A D | BN_BLINDING_new.pod | 66 provide proper locking if needed for multi-threaded use.
|
| /src/contrib/ncurses/ncurses/ |
| H A D | README | 42 major configurations (normal, wide-character, threaded):
|
| /src/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
| H A D | Options.td | 60 HelpText<"Number of available threads for multi-threaded execution. "
|
| /src/contrib/tzcode/ |
| H A D | localtime.c | 138 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 D | quic-concurrency.md | 45 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 D | tsan_flags.inc | 71 "Die after multi-threaded fork if the child creates new threads.")
|
| /src/contrib/jemalloc/ |
| H A D | INSTALL.md | 187 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 D | README | 86 gaithrstress General threaded getaddrinfo(3) exerciser
|