Searched refs:hashref_unlocked (Results 1 – 3 of 3) sorted by relevance
428 sub hashref_unlocked { subroutine433 sub hash_unlocked(\%) { hashref_unlocked(@_) }
184 ok( hashref_unlocked( { %hash } ), 'hashref_unlocked' );198 ok( ! hashref_unlocked( \%hash ), 'hashref_unlocked negated' );
1289 C<hash_unlocked> and C<hashref_unlocked> now returns true if the hash is1292 C<hash_unlocked>, C<hashref_unlocked>, C<lock_hash_recurse> and