Searched refs:PL_op_mutex (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dop.h466 # define OP_REFCNT_INIT MUTEX_INIT(&PL_op_mutex)
467 # define OP_REFCNT_LOCK MUTEX_LOCK(&PL_op_mutex)
468 # define OP_REFCNT_UNLOCK MUTEX_UNLOCK(&PL_op_mutex)
469 # define OP_REFCNT_TERM MUTEX_DESTROY(&PL_op_mutex)
H A Dperlapi.h1011 #undef PL_op_mutex
1012 #define PL_op_mutex (*Perl_Gop_mutex_ptr(NULL))
H A Dembedvar.h1442 #define PL_op_mutex (PL_Vars.Gop_mutex) macro
1459 #define PL_Gop_mutex PL_op_mutex

Completed in 38 milliseconds