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

/osnet-11/usr/src/lib/libc/port/threads/
H A Dsynch.c1270 * Spin for a while (if 'tryhard' is true), trying to grab the lock.
1275 mutex_trylock_adaptive(mutex_t *mp, int tryhard) argument
1311 if (!tryhard)
1459 * Spin for a while (if 'tryhard' is true), trying to grab the lock.
1465 mutex_trylock_process(mutex_t *mp, int tryhard) argument
1518 if (!tryhard)

Completed in 26 milliseconds