Home
last modified time | relevance | path

Searched refs:PL_lockhook (Results 1 – 4 of 4) sorted by relevance

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlapi.h369 #undef PL_lockhook
370 #define PL_lockhook (*Perl_Ilockhook_ptr(aTHX))
H A Dembedvar.h324 #define PL_lockhook (PERL_GET_INTERP->Ilockhook) macro
646 #define PL_lockhook (vTHX->Ilockhook) macro
971 #define PL_Ilockhook PL_lockhook
H A Dsv.h1197 #define SvLOCK(sv) CALL_FPTR(PL_lockhook)(aTHX_ sv)
H A Dsv.c11172 PL_lockhook = proto_perl->Ilockhook; in perl_clone_using()