Home
last modified time | relevance | path

Searched refs:_lockfd (Results 1 – 1 of 1) sorted by relevance

/xen/tools/hotplug/Linux/
A Dlocking.sh31 let _lockfd=200+i
46 eval "exec $_lockfd<>$_lockfile"
47 flock -x $_lockfd || return $?
55 if stat=$( stat -L -c '%D.%i' /dev/stdin $_lockfile 0<&$_lockfd 2>/dev/null )
69 eval "exec $_lockfd<&-"

Completed in 1 milliseconds