Searched refs:PL_lockhook (Results 1 – 4 of 4) sorted by relevance
369 #undef PL_lockhook370 #define PL_lockhook (*Perl_Ilockhook_ptr(aTHX))
324 #define PL_lockhook (PERL_GET_INTERP->Ilockhook) macro646 #define PL_lockhook (vTHX->Ilockhook) macro971 #define PL_Ilockhook PL_lockhook
1197 #define SvLOCK(sv) CALL_FPTR(PL_lockhook)(aTHX_ sv)
11172 PL_lockhook = proto_perl->Ilockhook; in perl_clone_using()