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