Searched refs:PL_nthreads (Results 1 – 5 of 5) sorted by relevance
31 PL_nthreads--; in remove_thread()610 n = PL_nthreads;623 } while (n < PL_nthreads);624 n = PL_nthreads; /* Get the final correct value */
559 PL_nthreads - 1)); in perl_destruct()569 PL_nthreads--; in perl_destruct()607 while (PL_nthreads > 1) in perl_destruct()611 PL_nthreads - 1)); in perl_destruct()619 PL_nthreads--; in perl_destruct()5048 PL_nthreads++;
354 #define PL_nthreads (PERL_GET_INTERP->Inthreads) macro679 #define PL_nthreads (vTHX->Inthreads) macro1007 #define PL_Inthreads PL_nthreads
444 #undef PL_nthreads445 #define PL_nthreads (*Perl_Inthreads_ptr(aTHX))
3351 PL_nthreads++;