Functions§
- fcntl_
getlk fcntl(fd, F_GETLK)
—Get the first lock that blocks the lock description pointed to by the argumentlock
. If no such lock is found, thenNone
is returned.
fcntl(fd, F_GETLK)
—Get the first lock that blocks the lock description
pointed to by the argument lock
. If no such lock is found, then None
is
returned.