yw_lock_destroy

Name

yw_lock_destroy -- release any resources associated with lock

Synopsis


     #include <yw/lock.h>
   

void yw_lock_destroy(YwLock *l);

DESCRIPTION

This function frees any data associated with lock l.

SEE ALSO

yw_lock_init (3), pthread_mutex_destroy (3),

INFO

Generated from: lock.c,v 1.4 2001/05/04 11:04:23 malekith Exp.