Lines Matching defs:flock
996 sub flock {
1000 croak "Usage: $pack\->flock([OPERATION])";
1004 my $locked = flock $fh, $op;
2230 =head2 C<flock>
2232 $o->flock(MODE)
2235 argument to the Perl built-in C<flock> function; for example
2237 the C<use Fcntl ':flock'> declaration.)
2244 When you use C<flock> to lock the file, C<Tie::File> assumes that the
2247 successful call to C<flock> discards the contents of the read cache
2254 $o->flock;