Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/
Dembedvar.h450 #define PL_unlockhook (PERL_GET_INTERP->Iunlockhook) macro
775 #define PL_unlockhook (vTHX->Iunlockhook) macro
1103 #define PL_Iunlockhook PL_unlockhook
Dperlapi.h636 #undef PL_unlockhook
637 #define PL_unlockhook (*Perl_Iunlockhook_ptr(aTHX))
Dsv.h1330 #define SvUNLOCK(sv) CALL_FPTR(PL_unlockhook)(aTHX_ sv)
Dsv.c11427 PL_unlockhook = proto_perl->Iunlockhook; in perl_clone_using()