flock(3) - Linux man page

Name

fLock - acquire file lock.

Synopsis

#include <util/ulocks.h>

NEOERR *fLock(int lock);

Arguments

lock - Lock to acquire.

Description

Acquires the lock identified by <lock>. This call blocks until the lock is acquired.

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), perlfunc(1), perlos2(1), slapd.replog(5)