SCASH_LOCK(3)
SCASH Programmer's Manual
SCASH_LOCK(3)
NAME
scash_lock - acquire a lock

SYNOPSIS
void scash_lock(int lock)

DESCRIPTION
scash_lock() acquires the lock specified in lock. If lock is already held by another node, it waits until the lock is released and then acquires it.

SEE ALSO
scash_unlock(3)

$Id: scash_lock.html,v 1.1.1.1 2002/02/12 02:00:13 kameyama Exp $