fDestroy (3) Linux Manual Page
fDestroy – destroy a lock.
Synopsis
#include <util/ulocks.h>
void fDestroy(int lock);
Arguments
lock – Lock to destroy.Description
Destroys the lock <lock> that was created by fCreate() or fFind().MT-Level: Safe for unique <lock>.
