funlock(3) - Linux man page

Name

fUnlock - release file lock.

Synopsis

#include <util/ulocks.h>

void fUnlock(int lock);

Arguments

lock - Lock to release.

Description

Releases the lock identified by <lock>.

MT-Level: Safe.

Return Value

None.

See Also

mcreate(3), fcreate(3), munlock(3), fUnlock(3), cbroadcast(3), csignal(3), ffind(3), cdestroy(3), ccreate(3), mdestroy(3), cwait(3), flock(3), fdestroy(3), mLock

Referenced By

mlock(3)