Searched defs:try_lock_exclusive (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dfilemutexdemo1.sh127 function try_lock_exclusive function
129 _.check_subshell "try_lock_exclusive" || return 1
142 while ! _.try_lock_exclusive ; do sleep ${interval} ; (( interval+=interval/10. )) ; done

Completed in 45 milliseconds