Searched refs:PL_unlockhook (Results 1 – 4 of 4) sorted by relevance
611 #undef PL_unlockhook612 #define PL_unlockhook (*Perl_Iunlockhook_ptr(aTHX))
445 #define PL_unlockhook (PERL_GET_INTERP->Iunlockhook) macro767 #define PL_unlockhook (vTHX->Iunlockhook) macro1092 #define PL_Iunlockhook PL_unlockhook
1198 #define SvUNLOCK(sv) CALL_FPTR(PL_unlockhook)(aTHX_ sv)
11173 PL_unlockhook = proto_perl->Iunlockhook; in perl_clone_using()