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

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlapi.h423 #undef PL_nthreads
424 #define PL_nthreads (*Perl_Inthreads_ptr(aTHX))
H A Dperl.c428 PL_nthreads - 1));
438 PL_nthreads--;
476 while (PL_nthreads > 1)
480 PL_nthreads - 1));
488 PL_nthreads--;
4510 PL_nthreads++;
H A Dembedvar.h351 #define PL_nthreads (PERL_GET_INTERP->Inthreads) macro
673 #define PL_nthreads (vTHX->Inthreads) macro
998 #define PL_Inthreads PL_nthreads
H A Dutil.c3133 PL_nthreads++;

Completed in 181 milliseconds