This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[DOC PATCH] threads.pm, threads->tid in DESTROY bug
[perl5.git] / ext / threads / typemap
1 ithread *       T_ITHREAD
2
3 INPUT
4 T_ITHREAD
5         $var = SV_to_ithread(aTHX_ $arg)
6
7 OUTPUT
8 T_ITHREAD
9         ithread_to_SV(aTHX_ $arg, $var, classname, TRUE);