Searched refs:try_lock (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/libc++/src/
H A Dmutex.cpp36 mutex::try_lock() _NOEXCEPT
104 recursive_mutex::try_lock() _NOEXCEPT
131 timed_mutex::try_lock() _NOEXCEPT
182 recursive_timed_mutex::try_lock() _NOEXCEPT
H A Dshared_mutex.cpp34 shared_mutex::try_lock() function in class:shared_mutex
H A Dmemory.cpp145 while (!m.try_lock())
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_vnodeops.c2220 int attempts = 0, i, j, try_lock; local
2226 try_lock = 1;
2229 try_lock = 0;
2241 * If try_lock is not set yet, make sure all locked inodes
2243 * If any are, set try_lock to be used later.
2246 if (!try_lock) {
2247 for (j = (i - 1); j >= 0 && !try_lock; j--) {
2250 try_lock++;
2262 if (try_lock) {
2263 /* try_lock mus
[all...]

Completed in 53 milliseconds