Home
last modified time | relevance | path

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

1234

/freebsd-12.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-12.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-12.1/lib/libthr/thread/
H A Dthr_kern.c57 _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 Dlin-lwp.c85 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 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 DBN_BLINDING_new.pod66 provide proper locking if needed for multi-threaded use.
H A DCRYPTO_THREAD_run_once.pod27 OpenSSL can be safely used in multi-threaded applications provided that
/freebsd-12.1/contrib/ncurses/ncurses/
H A DREADME41 major configurations (normal, wide-character, threaded):
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_flags.inc78 "Die after multi-threaded fork if the child creates new threads.")
/freebsd-12.1/contrib/libc++/
H A DCREDITS.TXT105 D: Remote testing, Newlib port, baremetal/single-threaded support.
/freebsd-12.1/tools/regression/
H A DREADME87 gaithrstress General threaded getaddrinfo(3) exerciser
/freebsd-12.1/contrib/xz/
H A DTODO59 - Implement threaded match finders.
H A DChangeLog2356 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 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-12.1/contrib/serf/
H A Ddesign-guide.txt29 to use in a multi-threaded environment.
/freebsd-12.1/contrib/gcc/
H A Dcfgcleanup.c431 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 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
/freebsd-12.1/usr.sbin/timed/timed/
H A DCHANGES109 the slave-chatting is single-threaded. when the master
/freebsd-12.1/contrib/libc++/include/
H A Dthread114 #error <thread> is not supported on this single threaded system
H A Dshared_mutex142 #error <shared_mutex> is not supported on this single threaded system
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DOptions.td332 "Run the linker multi-threaded (default)",
333 "Do not run the linker multi-threaded">;
/freebsd-12.1/contrib/libevent/m4/
H A Dacx_pthread.m417 # multi-threaded programs (defaults to the value of CC otherwise).

1234