Home
last modified time | relevance | path

Searched refs:hashref_unlocked (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/perl/ext/Hash-Util/lib/Hash/
H A DUtil.pm428 sub hashref_unlocked { subroutine
433 sub hash_unlocked(\%) { hashref_unlocked(@_) }
/openbsd/gnu/usr.bin/perl/ext/Hash-Util/t/
H A DUtil.t184 ok( hashref_unlocked( { %hash } ), 'hashref_unlocked' );
198 ok( ! hashref_unlocked( \%hash ), 'hashref_unlocked negated' );
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5180delta.pod1289 C<hash_unlocked> and C<hashref_unlocked> now returns true if the hash is
1292 C<hash_unlocked>, C<hashref_unlocked>, C<lock_hash_recurse> and