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

/solaris-desktop/ext-sources/
H A Dpostrun118 typeset this_lock=$LOCKFILE
120 this_lock=${LOCKFILE}.log
122 postrun_debug "Taking lock on $this_lock"
126 ln -s $$ $this_lock 2>/dev/null
128 postrun_debug "Lock on $this_lock taken"
133 typeset pid=$(ls -ld $this_lock \
136 postrun_debug "Lock on $this_lock already held by this pid ($$)"
144 postrun_debug "Waiting for $pid to release $this_lock"
147 postrun_debug "Stale lock $this_lock from $pid being released"
148 rm -f $this_lock
[all...]

Completed in 9 milliseconds