fdestroy(3) - Linux man page
Name
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>.