Searched refs:PL_unlockhook (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlapi.h611 #undef PL_unlockhook
612 #define PL_unlockhook (*Perl_Iunlockhook_ptr(aTHX))
H A Dembedvar.h445 #define PL_unlockhook (PERL_GET_INTERP->Iunlockhook) macro
767 #define PL_unlockhook (vTHX->Iunlockhook) macro
1092 #define PL_Iunlockhook PL_unlockhook
H A Dsv.h1198 #define SvUNLOCK(sv) CALL_FPTR(PL_unlockhook)(aTHX_ sv)
H A Dsv.c11173 PL_unlockhook = proto_perl->Iunlockhook;

Completed in 453 milliseconds