Name
yw_lock_rw -- wait for exclusive lock
Synopsis
void yw_lock_rw
(YwLock *l);
DESCRIPTION
This function waits until exclusive locking of l is possible,
and then, atomicly locks it.
SEE ALSO
yw_lock_init
(3),
yw_unlock_rw
(3),
yw_lock_ro
(3),
INFO
Generated from: lock.c,v 1.4 2001/05/04 11:04:23 malekith Exp.