Home
last modified time | relevance | path

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

123

/freebsd-14-stable/lib/libthr/thread/
HDthr_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()
HDthr_cond.c207 int error, error2, recurse, robust; in cond_wait_kernel() local
210 robust = _mutex_enter_robust(curthread, mp); in cond_wait_kernel()
214 if (robust) in cond_wait_kernel()
241 if (robust) { in cond_wait_kernel()
243 robust = false; in cond_wait_kernel()
254 if (robust) { in cond_wait_kernel()
256 robust = false; in cond_wait_kernel()
262 if (robust) in cond_wait_kernel()
HDthr_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-14-stable/sys/contrib/openzfs/lib/libuutil/
HDuu_list.c399 int robust = (flags & UU_WALK_ROBUST); in list_walk_init() local
404 wp->ulw_robust = robust; in list_walk_init()
411 if (lp->ul_debug || robust) { in list_walk_init()
499 int robust = (flags & UU_WALK_ROBUST); in uu_list_walk() local
507 if (lp->ul_debug || robust) { in uu_list_walk()
HDuu_avl.c311 int robust = (flags & UU_WALK_ROBUST); in _avl_walk_init() local
316 wp->uaw_robust = robust; in _avl_walk_init()
324 if (ap->ua_debug || robust) { in _avl_walk_init()
/freebsd-14-stable/rescue/
HDREADME15 2) Demonstrate robust use of crunchgen.
/freebsd-14-stable/crypto/openssh/
HDREADME.tun127 Protocol (IPSec) for robust and permanent VPN connections and to
/freebsd-14-stable/contrib/libpcap/cmake/Modules/
HDFinddpdk.cmake27 # as robust as pkg-config (i.e., it had better work as well
/freebsd-14-stable/usr.sbin/crunch/
HDREADME11 hopefully more robust C program.
/freebsd-14-stable/contrib/wpa/wpa_supplicant/doc/docbook/
HDwpa_background.sgml79 support for more robust encryption algorithm (CCMP: AES in Counter
/freebsd-14-stable/crypto/openssl/crypto/property/
HDREADME.md86 The caching of query results has to be efficient but it must also be robust
/freebsd-14-stable/sys/contrib/device-tree/src/arm/
HDimx7d-flex-concentrator.dts175 * Used for robust USB plug and play handling such as USB downstream port
/freebsd-14-stable/crypto/heimdal/
HDNEWS655 * 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-14-stable/contrib/googletest/googlemock/
HDCMakeLists.txt194 # this binary. To get a more robust shared library coverage, configure with
/freebsd-14-stable/contrib/ntp/libjsmn/
HDREADME.md25 jsmn is designed to be **robust** (it should work fine even with erroneous
/freebsd-14-stable/crypto/openssl/
HDREADME.md9 OpenSSL is a robust, commercial-grade, full-featured Open Source Toolkit
/freebsd-14-stable/contrib/bzip2/
HDREADME69 robust than previous versions.
HDCHANGES129 robust to any corruption of compressed data, detecting and
/freebsd-14-stable/contrib/googletest/googletest/
HDREADME.md66 And a more robust and flexible approach is to build GoogleTest as part of that
/freebsd-14-stable/contrib/expat/
HDREADME.md106 - Pinning to a specific commit is great for robust CI.
/freebsd-14-stable/contrib/tcsh/
HDWishList237 it because the implementation is not robust enough to keep TCSH from
/freebsd-14-stable/contrib/libarchive/
HDNEWS635 Mar 10, 2007: Work on bsdtar test scripts: not yet robust enough
654 Feb 27, 2007: Make the GID restore checks more robust by checking
/freebsd-14-stable/usr.sbin/ppp/
HDREADME.nat261 robust.
/freebsd-14-stable/contrib/wpa/hostapd/
HDREADME285 robust encryption algorithm (CCMP: AES in Counter mode with CBC-MAC)
/freebsd-14-stable/contrib/googletest/docs/
HDgmock_faq.md105 your test more robust, for example, by adding something like:

123