Searched refs:_LOCKS (Results 1 – 5 of 5) sorted by relevance
14 $EBCDIC $DIRSPLIT $_LOCKS $NEEDS_BINMODE69 $_LOCKS = { };123 $_LOCKS->{IGNORE} = sub { $_[2] };124 $_LOCKS->{ZERO} = sub { 0 };125 $_LOCKS->{UNDEF} = sub { };126 $_LOCKS->{NOBLOCKEX} = sub {129 $_LOCKS->{NOBLOCKSH} = sub {132 $_LOCKS->{BLOCKEX} = sub {135 $_LOCKS->{BLOCKSH} = sub {138 $_LOCKS->{WARN} = sub {[all …]
68 _LOCKS: Dict[str, lock.LockFile] = {} variable153 if not _LOCKS: # this is the first lock to be released at exit156 if dir_path not in _LOCKS:157 _LOCKS[dir_path] = lock.lock_dir(dir_path)161 for dir_lock in _LOCKS.values():167 _LOCKS.clear()
131 self.assertEqual(len(util._LOCKS), 2) # pylint: disable=protected-access
71 certbot_util._LOCKS[server_root].release() # pylint: disable=protected-access
1680 my $fh = &{ $_LOCKS->{ shift @policy } }( $this, $file, $fh, $opts );