Home
last modified time | relevance | path

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

123

/freebsd-13.1/tools/tools/netrate/http/
H A Dhttp.c49 static int threaded; /* 1 for threaded, 0 for forked. */ variable
200 if (threaded) { in http_worker()
219 if (threaded) in http_worker()
263 threaded = 1; in main()
301 if (threaded) { in main()
309 if (threaded) { in main()
330 if (!threaded) { in main()
337 if (!threaded) in main()
340 if (threaded) { in main()
350 if (!threaded) in main()
/freebsd-13.1/tools/tools/netrate/httpd/
H A Dhttpd.c52 static int threaded; /* 1 for threaded, 0 for forked. */ variable
211 threaded = 1; in main()
281 if (threaded) { in main()
300 if (threaded) { in main()
310 if (!threaded) in main()
/freebsd-13.1/lib/libthr/thread/
H A Dthr_kern.c57 _thr_setthreaded(int threaded) in _thr_setthreaded() argument
59 __isthreaded = threaded; in _thr_setthreaded()
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dlatch52 # error <latch> is not supported on this single threaded system
H A Dsemaphore58 # error <semaphore> is not supported on this single threaded system
H A Dbarrier60 # error <barrier> is not supported on this single threaded system
H A Dthread109 #error <thread> is not supported on this single threaded system
/freebsd-13.1/sys/contrib/device-tree/Bindings/dma/
H A Dimg-mdc-dma.txt1 * IMG Multi-threaded DMA Controller (MDC)
/freebsd-13.1/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 DOPENSSL_init_crypto.pod34 application is multi-threaded), and these resources must be freed prior to the
244 multi-threaded and if dlclose() is subsequently called prior to the threads
H A DCRYPTO_THREAD_run_once.pod27 OpenSSL can be safely used in multi-threaded applications provided that
H A DBN_BLINDING_new.pod66 provide proper locking if needed for multi-threaded use.
/freebsd-13.1/contrib/ncurses/ncurses/
H A DREADME42 major configurations (normal, wide-character, threaded):
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_flags.inc77 "Die after multi-threaded fork if the child creates new threads.")
/freebsd-13.1/contrib/llvm-project/libcxx/
H A DCREDITS.TXT114 D: Remote testing, Newlib port, baremetal/single-threaded support.
/freebsd-13.1/tools/regression/
H A DREADME87 gaithrstress General threaded getaddrinfo(3) exerciser
/freebsd-13.1/contrib/xz/
H A DTODO59 - Implement threaded match finders.
H A DREADME61 that were created in threaded mode can be decompressed in threaded
H A DChangeLog1194 to get progress info for multi-threaded compression, so the
3831 Docs: Add example program for threaded encoding.
3995 works in single-threaded mode too.
4056 Now if --block-list is used in threaded mode, the encoder
4074 Now --block-list=SIZES works with in the threaded mode too,
4087 In the single-threaded encoder LZMA_FULL_BARRIER is simply
4723 liblzma: Fix another deadlock in the threaded encoder.
4769 Make the progress indicator smooth in threaded mode.
5581 liblzma: Fix invalid free() in the threaded encoder.
5595 liblzma: Fix a deadlock in the threaded encoder.
[all …]
/freebsd-13.1/contrib/googletest/googlemock/
H A DCHANGES63 * New feature: Google Mock can be safely used in multi-threaded tests
H A DREADME.md309 "[Multi-threaded Tests](../googletest#multi-threaded-tests
/freebsd-13.1/contrib/serf/
H A Ddesign-guide.txt29 to use in a multi-threaded environment.
/freebsd-13.1/sys/contrib/device-tree/Bindings/arm/
H A Dcpu-capacity.txt29 * A "single-threaded" or CPU affine benchmark
/freebsd-13.1/sys/contrib/libsodium/m4/
H A Dax_pthread.m418 # multi-threaded programs (defaults to the value of CC otherwise). (This
25 # If you are only building threaded programs, you may wish to use these

123