| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | LazyAtomicPointer.h | 19 /// Atomic pointer that's lock-free, but that can coordinate concurrent writes 20 /// from a lazy generator. Should be reserved for cases where concurrent uses of 25 /// concurrent calls, only one generator is called and the rest see that value. 49 /// Store a value. Waits for concurrent \a loadOrGenerate() calls. 52 /// Set a value. Return the old value. Waits for concurrent \a 63 /// Compare-exchange. Returns \c false if there is a concurrent \a 78 /// Compare-exchange. Keeps trying if there is a concurrent 98 /// Return the current stored value. Returns \a None if there is a concurrent
|
| /freebsd/share/man/man9/ |
| H A D | ieee80211_vap.9 | 65 Devices that can support multiple concurrent interfaces allow 124 Whether or not multiple concurrent vaps can be supported depends on a 128 If a device supports hostap operation it can usually support concurrent 138 concurrent with other vaps but it is the responsibility of the driver to 141 An important consequence of supporting multiple concurrent vaps is that
|
| H A D | panic.9 | 76 This synchronizes with other threads to prevent concurrent panic conditions 78 In the unlikely event of concurrent panics, only one panicking thread will proceed.
|
| /freebsd/sys/contrib/ck/include/ |
| H A D | ck_ring.h | 37 * Concurrent ring buffer. 74 * This function is only safe to call when there are no concurrent operations 92 * This can be called when no concurrent updates are occurring on the ring 377 * Wait until all concurrent producers have completed writing in _ck_ring_enqueue_mp() 479 * to one concurrent consumer and up to one concurrent producer. 616 * consumers with up to one concurrent producer. 685 * producers with up to one concurrent consumers. 977 * A single producer with one concurrent consumer. 991 * A single producer with any number of concurrent consumers. 1007 * Any number of concurrent producers with up to one [all …]
|
| H A D | ck_stack.h | 270 * Stack producer operation safe with no concurrent consumers. 288 * Stack producer operation for single producer and no concurrent consumers. 300 * Stack consumer operation for no concurrent producers and single consumer.
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | quic_reactor_wait_ctx.h | 39 * In short, this allows multiple 'concurrent' blocking calls to be ongoing on a 41 * multiple concurrent blocking calls on a single thread makes no sense, the 66 * The gist is that a simple reactor-level counter of active concurrent blocking 68 * many 'concurrent' blocking calls for a given reactor are active *on a given
|
| /freebsd/contrib/ntp/sntp/ |
| H A D | invoke-sntp.texi | 72 * sntp concurrent:: concurrent option (-c) 115 -c Str concurrent Concurrently query all IPs returned for host-name 218 @node sntp concurrent 219 @subsection concurrent option (-c) 220 @cindex sntp-concurrent 238 The @option{-c} or @option{--concurrent} flag says that any IPs 240 different machines, so we can send concurrent queries.
|
| H A D | sntp.html | 180 <tr><td align="left" valign="top">• <a href="#sntp-concurrent" accesskey="6">sntp concurrent</a></td><td> </td><td align="left" valign="top">concurrent option (-c) 240 -c Str concurrent Concurrently query all IPs returned for host-name 336 Next: <a href="#sntp-concurrent" accesskey="n" rel="next">sntp concurrent</a>, Previous: <a href="#sntp-authentication" accesskey="p" rel="prev">sntp authentication</a>, Up: <a href="#sntp-Invocation" accesskey="u" rel="up">sntp Invocation</a> </p> 353 <span id="sntp-concurrent"></span><div class="header"> 357 <span id="concurrent-option-_0028_002dc_0029"></span><h4 class="subsection">1.1.6 concurrent option (-c)</h4> 374 <p>The <samp>-c</samp> or <samp>--concurrent</sam [all...] |
| H A D | sntp-opts.h | 173 # ifdef CONCURRENT 174 # warning undefining CONCURRENT due to option name conflict 175 # undef CONCURRENT 234 # undef CONCURRENT
|
| H A D | sntp.1sntpmdoc | 93 .It Fl c Ar host\-name , Fl \-concurrent Ns = Ns Ar host\-name 103 The \fB\-c\fP or \fB\-\-concurrent\fP flag says that any IPs 105 different machines, so we can send concurrent queries.
|
| H A D | sntp.mdoc.in | 93 .It Fl c Ar host\-name , Fl \-concurrent Ns = Ns Ar host\-name 103 The \fB\-c\fP or \fB\-\-concurrent\fP flag says that any IPs 105 different machines, so we can send concurrent queries.
|
| H A D | sntp-opts.def | 74 name = concurrent; 88 The @option{-c} or @option{--concurrent} flag says that any IPs 90 different machines, so we can send concurrent queries.
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_resilver/ |
| H A D | zpool_resilver_concurrent.ksh | 33 # Verify 'zpool clear' doesn't cause concurrent resilvers 70 log_assert "Verify zpool clear on draid pool doesn't cause concurrent resilvers" 99 log_pass "zpool clear on draid pool doesn't cause concurrent resilvers"
|
| /freebsd/contrib/kyua/integration/helpers/ |
| H A D | race.cpp | 72 std::cerr << "Shared file already exists; created by a concurrent " in main() 81 std::cerr << "Failed to create shared file; conflict with a concurrent " in main() 93 "concurrent test?"; in main()
|
| /freebsd/contrib/ntp/html/hints/ |
| H A D | svr4_package | 2 Message-ID: <513.797686923@concurrent.co.uk> 3 From: Andy Chittenden <asc@concurrent.co.uk>
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | poll.sh | 21 import concurrent.futures 24 procpool = concurrent.futures.ProcessPoolExecutor(
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_reopen/ |
| H A D | zpool_reopen_007_pos.ksh | 40 log_assert "Testing zpool reopen with concurrent user IO" 68 log_pass "Zpool reopen with concurrent user IO successful"
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/ |
| H A D | slog_015_neg.ksh | 22 # Concurrent sync writes with log offline/online works. 77 log_pass "Concurrent writes with slog offline/online works."
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Queue.h | 30 // any work). A concurrent queue may be associated with multiple threads. 98 /// queue, this will be 0 or 1. For a concurrent queue, this 129 /// Return the kind (serial, concurrent) of this queue.
|
| /freebsd/lib/libc/db/man/ |
| H A D | dbopen.3 | 90 .\"Do the necessary locking in the database to support concurrent access. 91 .\"If concurrent access is not needed or the database is read-only this 97 .\"Necessary for concurrent access. 539 None of the access methods provide any form of concurrent access,
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | vdev_queue.c | 50 * maximum number of concurrent operations that may be issued to the device. 59 * concurrent operations, but latency typically suffers. Further, physical 60 * devices typically have a limit at which more concurrent operations have no 68 * aggregate maximum number of concurrent operations has been hit or if there 82 * concurrent operations issued to physical devices, reducing the burstiness 83 * in the number of concurrent operations also stabilizes the response time of 85 * strokes, the I/O scheduler will issue more concurrent operations from the 90 * The number of concurrent operations issued for the async write I/O class 109 * concurrent operations to the minimum. As that threshold is crossed, the 110 * number of concurrent operations issued increases linearly to the maximum at [all …]
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | zil_impl.h | 78 * "zl_issuer_lock" will prevent a concurrent thread from transitioning 80 * "ready" state, holding the "zl_lock" will prevent a concurrent thread 101 * "zl_lock" is used to protect the lwb against concurrent access. 145 * concurrent access. This lock is often acquired while already holding
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/ |
| H A D | CtxInstrProfiling.h | 104 // obtained with either less concurrent collections but more collection time, 105 // or with more concurrent collections (==more memory) and less collection 106 // time. Note that concurrent collection does happen for different
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | BIO_sendmmsg.3 | 165 use. Multiple concurrent writers and multiple concurrent readers of the same BIO 170 The support for concurrent use extends to \fBBIO_sendmmsg()\fR and \fBBIO_recvmmsg()\fR
|
| /freebsd/sys/dev/ath/ath_hal/ar9002/ |
| H A D | ar9285_btcoex.c | 77 /* Disable BT ant to allow concurrent BT and WLAN receive */ in ar9285BTCoexAntennaDiversity() 93 /* Disable BT ant to allow concurrent BT and WLAN receive */ in ar9285BTCoexAntennaDiversity()
|