Home
last modified time | relevance | path

Searched refs:robust (Results 1 – 25 of 79) sorted by relevance

1234

/freebsd/lib/libthr/thread/
H A Dthr_mutexattr.c268 _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 Dthr_cond.c214 int error, error2, recurse, robust; in cond_wait_kernel() local
217 robust = _mutex_enter_robust(curthread, mp); in cond_wait_kernel()
221 if (robust) in cond_wait_kernel()
256 if (robust) { in cond_wait_kernel()
258 robust = false; in cond_wait_kernel()
269 if (robust) { in cond_wait_kernel()
271 robust = false; in cond_wait_kernel()
277 if (robust) in cond_wait_kernel()
H A Dthr_mutex.c620 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()
/freebsd/contrib/llvm-project/libc/src/__support/threads/linux/
H A Dmutex.h27 unsigned char robust; variable
37 : RawMutex(), timed(is_timed), recursive(is_recursive), robust(is_robust), in Mutex()
45 mutex->robust = isrobust; in init()
/freebsd/rescue/
H A DREADME15 2) Demonstrate robust use of crunchgen.
/freebsd/contrib/libpcap/cmake/Modules/
H A DFinddpdk.cmake27 # as robust as pkg-config (i.e., it had better work as well
/freebsd/crypto/openssh/
H A DREADME.tun127 Protocol (IPSec) for robust and permanent VPN connections and to
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/
H A Dwpa_background.sgml79 support for more robust encryption algorithm (CCMP: AES in Counter
/freebsd/usr.sbin/crunch/
H A DREADME11 hopefully more robust C program.
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx7d-flex-concentrator.dts173 * Used for robust USB plug and play handling such as USB downstream port
/freebsd/crypto/openssl/crypto/property/
H A DREADME.md86 The caching of query results has to be efficient but it must also be robust
/freebsd/crypto/heimdal/
H A DNEWS655 * 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
/freebsd/crypto/openssl/doc/man7/
H A Dossl-guide-introduction.pod10 OpenSSL is a robust, commercial-grade, full-featured toolkit for general-purpose
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-thread-assist.md46 Pro: Most “robust” solution in terms of HL evolution.
/freebsd/contrib/googletest/googlemock/
H A DCMakeLists.txt194 # this binary. To get a more robust shared library coverage, configure with
/freebsd/contrib/ntp/libjsmn/
H A DREADME.md25 jsmn is designed to be **robust** (it should work fine even with erroneous
/freebsd/contrib/bzip2/
H A DREADME69 robust than previous versions.
H A DCHANGES129 robust to any corruption of compressed data, detecting and
/freebsd/crypto/openssl/
H A DREADME.md12 OpenSSL is a robust, commercial-grade, full-featured Open Source Toolkit
/freebsd/crypto/openssl/doc/designs/
H A DML-KEM.md129 This avoids a 30-50% performance penalty and is expected to be robust even in
/freebsd/contrib/bc/
H A DREADME.md291 This `bc` is robust.
347 that is because it is more robust. See the [benchmarks][19].
/freebsd/contrib/googletest/googletest/
H A DREADME.md66 And a more robust and flexible approach is to build GoogleTest as part of that
/freebsd/contrib/expat/
H A DREADME.md112 - Pinning to a specific commit is great for robust CI.
/freebsd/contrib/tcsh/
H A DWishList237 it because the implementation is not robust enough to keep TCSH from
/freebsd/contrib/libarchive/
H A DNEWS659 Mar 10, 2007: Work on bsdtar test scripts: not yet robust enough
678 Feb 27, 2007: Make the GID restore checks more robust by checking

1234