Searched refs:PL_unlockhook (Results 1 – 4 of 4) sorted by relevance
450 #define PL_unlockhook (PERL_GET_INTERP->Iunlockhook) macro775 #define PL_unlockhook (vTHX->Iunlockhook) macro1103 #define PL_Iunlockhook PL_unlockhook
636 #undef PL_unlockhook637 #define PL_unlockhook (*Perl_Iunlockhook_ptr(aTHX))
1330 #define SvUNLOCK(sv) CALL_FPTR(PL_unlockhook)(aTHX_ sv)
11427 PL_unlockhook = proto_perl->Iunlockhook; in perl_clone_using()