Home
last modified time | relevance | path

Searched refs:PL_nthreads (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/ext/Thread/
DThread.xs31 PL_nthreads--; in remove_thread()
610 n = PL_nthreads;
623 } while (n < PL_nthreads);
624 n = PL_nthreads; /* Get the final correct value */
/mirbsd/src/gnu/usr.bin/perl/
Dperl.c559 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++;
Dembedvar.h354 #define PL_nthreads (PERL_GET_INTERP->Inthreads) macro
679 #define PL_nthreads (vTHX->Inthreads) macro
1007 #define PL_Inthreads PL_nthreads
Dperlapi.h444 #undef PL_nthreads
445 #define PL_nthreads (*Perl_Inthreads_ptr(aTHX))
Dutil.c3351 PL_nthreads++;