| /src/lib/libthr/thread/ |
| H A D | thr_mutexattr.c | 268 _thr_mutexattr_getrobust(pthread_mutexattr_t *mattr, int *robust) in _thr_mutexattr_getrobust() argument 276 *robust = (*mattr)->m_robust; in _thr_mutexattr_getrobust() 282 _thr_mutexattr_setrobust(pthread_mutexattr_t *mattr, int robust) in _thr_mutexattr_setrobust() argument 288 } else if (robust != PTHREAD_MUTEX_STALLED && in _thr_mutexattr_setrobust() 289 robust != PTHREAD_MUTEX_ROBUST) { in _thr_mutexattr_setrobust() 293 (*mattr)->m_robust = robust; in _thr_mutexattr_setrobust()
|
| H A D | thr_cond.c | 208 int error, error2, recurse, robust; in cond_wait_kernel() local 211 robust = _mutex_enter_robust(curthread, mp); in cond_wait_kernel() 215 if (robust) in cond_wait_kernel() 242 if (robust) { in cond_wait_kernel() 244 robust = false; in cond_wait_kernel() 255 if (robust) { in cond_wait_kernel() 257 robust = false; in cond_wait_kernel() 263 if (robust) in cond_wait_kernel()
|
| H A D | thr_mutex.c | 620 int ret, robust; in __Tthr_mutex_trylock() local 630 robust = _mutex_enter_robust(curthread, m); in __Tthr_mutex_trylock() 639 if (robust) in __Tthr_mutex_trylock() 720 int ret, robust; in mutex_lock_common() local 722 robust = 0; /* pacify gcc */ in mutex_lock_common() 727 robust = _mutex_enter_robust(curthread, m); in mutex_lock_common() 736 if (!rb_onlist && robust) in mutex_lock_common() 957 int deferred, error, private, robust; in mutex_unlock_common() local 986 robust = _mutex_enter_robust(curthread, m); in mutex_unlock_common() 997 if (robust) in mutex_unlock_common()
|
| /src/rescue/ |
| H A D | README | 15 2) Demonstrate robust use of crunchgen.
|
| /src/contrib/libpcap/cmake/Modules/ |
| H A D | Finddpdk.cmake | 27 # as robust as pkg-config (i.e., it had better work as well
|
| /src/crypto/openssh/ |
| H A D | README.tun | 127 Protocol (IPSec) for robust and permanent VPN connections and to
|
| /src/usr.sbin/crunch/ |
| H A D | README | 11 hopefully more robust C program.
|
| /src/contrib/wpa/wpa_supplicant/doc/docbook/ |
| H A D | wpa_background.sgml | 79 support for more robust encryption algorithm (CCMP: AES in Counter
|
| /src/crypto/openssl/crypto/property/ |
| H A D | README.md | 86 The caching of query results has to be efficient but it must also be robust
|
| /src/sys/contrib/device-tree/src/arm/nxp/imx/ |
| H A D | imx7d-flex-concentrator.dts | 173 * Used for robust USB plug and play handling such as USB downstream port
|
| /src/crypto/heimdal/ |
| H A D | NEWS | 655 * make v4 -> v5 principal name conversion more robust 695 * more robust parsing of dump files in kadmin 935 * more robust parsing of krb5.conf 942 * more robust parsing of krb5.conf
|
| /src/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-thread-assist.md | 46 Pro: Most “robust” solution in terms of HL evolution.
|
| /src/crypto/openssl/doc/man7/ |
| H A D | ossl-guide-introduction.pod | 10 OpenSSL is a robust, commercial-grade, full-featured toolkit for general-purpose
|
| /src/contrib/ntp/libjsmn/ |
| H A D | README.md | 25 jsmn is designed to be **robust** (it should work fine even with erroneous
|
| /src/contrib/googletest/googlemock/ |
| H A D | CMakeLists.txt | 194 # this binary. To get a more robust shared library coverage, configure with
|
| /src/contrib/bzip2/ |
| H A D | README | 69 robust than previous versions.
|
| H A D | CHANGES | 129 robust to any corruption of compressed data, detecting and
|
| /src/crypto/openssl/doc/designs/ |
| H A D | ML-KEM.md | 129 This avoids a 30-50% performance penalty and is expected to be robust even in
|
| /src/crypto/openssl/ |
| H A D | README.md | 12 OpenSSL is a robust, commercial-grade, full-featured Open Source Toolkit
|
| /src/contrib/bc/ |
| H A D | README.md | 291 This `bc` is robust. 347 that is because it is more robust. See the [benchmarks][19].
|
| /src/contrib/expat/ |
| H A D | README.md | 106 - Pinning to a specific commit is great for robust CI.
|
| /src/contrib/googletest/googletest/ |
| H A D | README.md | 66 And a more robust and flexible approach is to build GoogleTest as part of that
|
| /src/contrib/tcsh/ |
| H A D | WishList | 237 it because the implementation is not robust enough to keep TCSH from
|
| /src/contrib/libarchive/ |
| H A D | NEWS | 651 Mar 10, 2007: Work on bsdtar test scripts: not yet robust enough 670 Feb 27, 2007: Make the GID restore checks more robust by checking
|
| /src/usr.sbin/ppp/ |
| H A D | README.nat | 261 robust.
|