| /freebsd-12.1/tools/tools/netrate/http/ |
| H A D | http.c | 49 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-12.1/tools/tools/netrate/httpd/ |
| H A D | httpd.c | 52 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-12.1/lib/libthr/thread/ |
| H A D | thr_kern.c | 57 _thr_setthreaded(int threaded) in _thr_setthreaded() argument 59 if (((threaded == 0) ^ (__isthreaded == 0)) == 0) in _thr_setthreaded() 62 __isthreaded = threaded; in _thr_setthreaded()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | lin-lwp.c | 85 static int threaded; variable 168 threaded = 0; in init_lwp_list() 191 threaded = 1; in add_lwp() 1355 if (threaded) in lin_lwp_wait() 1582 trap_ptid = (threaded ? lp->ptid : pid_to_ptid (GET_LWP (lp->ptid))); in lin_lwp_wait() 1600 return (threaded ? lp->ptid : pid_to_ptid (GET_LWP (lp->ptid))); in lin_lwp_wait()
|
| /freebsd-12.1/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 | OPENSSL_init_crypto.pod | 34 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 D | BN_BLINDING_new.pod | 66 provide proper locking if needed for multi-threaded use.
|
| H A D | CRYPTO_THREAD_run_once.pod | 27 OpenSSL can be safely used in multi-threaded applications provided that
|
| /freebsd-12.1/contrib/ncurses/ncurses/ |
| H A D | README | 41 major configurations (normal, wide-character, threaded):
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_flags.inc | 78 "Die after multi-threaded fork if the child creates new threads.")
|
| /freebsd-12.1/contrib/libc++/ |
| H A D | CREDITS.TXT | 105 D: Remote testing, Newlib port, baremetal/single-threaded support.
|
| /freebsd-12.1/tools/regression/ |
| H A D | README | 87 gaithrstress General threaded getaddrinfo(3) exerciser
|
| /freebsd-12.1/contrib/xz/ |
| H A D | TODO | 59 - Implement threaded match finders.
|
| H A D | ChangeLog | 2356 xz: Force single-threaded mode when --flush-timeout is used. 2499 Docs: Add example program for threaded encoding. 2663 works in single-threaded mode too. 2724 Now if --block-list is used in threaded mode, the encoder 2742 Now --block-list=SIZES works with in the threaded mode too, 2755 In the single-threaded encoder LZMA_FULL_BARRIER is simply 3391 liblzma: Fix another deadlock in the threaded encoder. 3437 Make the progress indicator smooth in threaded mode. 4249 liblzma: Fix invalid free() in the threaded encoder. 4263 liblzma: Fix a deadlock in the threaded encoder. [all …]
|
| /freebsd-12.1/contrib/googletest/googlemock/ |
| H A D | CHANGES | 63 * New feature: Google Mock can be safely used in multi-threaded tests
|
| H A D | README.md | 309 "[Multi-threaded Tests](../googletest#multi-threaded-tests
|
| /freebsd-12.1/contrib/serf/ |
| H A D | design-guide.txt | 29 to use in a multi-threaded environment.
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | cfgcleanup.c | 431 bool threaded = false; in try_forward_edges() local 521 threaded |= new_target_threaded; in try_forward_edges() 541 if (threaded && target != EXIT_BLOCK_PTR) in try_forward_edges()
|
| /freebsd-12.1/sys/contrib/libsodium/m4/ |
| H A D | ax_pthread.m4 | 18 # 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
|
| /freebsd-12.1/usr.sbin/timed/timed/ |
| H A D | CHANGES | 109 the slave-chatting is single-threaded. when the master
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | thread | 114 #error <thread> is not supported on this single threaded system
|
| H A D | shared_mutex | 142 #error <shared_mutex> is not supported on this single threaded system
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | Options.td | 332 "Run the linker multi-threaded (default)", 333 "Do not run the linker multi-threaded">;
|
| /freebsd-12.1/contrib/libevent/m4/ |
| H A D | acx_pthread.m4 | 17 # multi-threaded programs (defaults to the value of CC otherwise).
|