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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dthread.h384 # define LOCK_FDPID_MUTEX MUTEX_LOCK(&PL_fdpid_mutex)
385 # define UNLOCK_FDPID_MUTEX MUTEX_UNLOCK(&PL_fdpid_mutex)
H A Dperlapi.h259 #undef PL_fdpid_mutex
260 #define PL_fdpid_mutex (*Perl_Ifdpid_mutex_ptr(aTHX))
H A Dembedvar.h269 #define PL_fdpid_mutex (PERL_GET_INTERP->Ifdpid_mutex) macro
591 #define PL_fdpid_mutex (vTHX->Ifdpid_mutex) macro
916 #define PL_Ifdpid_mutex PL_fdpid_mutex
H A Dperl.c251 MUTEX_INIT(&PL_fdpid_mutex);
1016 MUTEX_DESTROY(&PL_fdpid_mutex);

Completed in 210 milliseconds