Home
last modified time | relevance | path

Searched refs:PL_malloc_mutex (Results 1 – 4 of 4) sorted by relevance

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.h2985 PL_malloc_mutex = NULL; \
2986 MUTEX_INIT(&PL_malloc_mutex); \
2990 perl_mutex tmp = PL_malloc_mutex; \
2991 PL_malloc_mutex = NULL; \
2995 # define MALLOC_INIT MUTEX_INIT(&PL_malloc_mutex)
2996 # define MALLOC_TERM MUTEX_DESTROY(&PL_malloc_mutex)
H A Dperlapi.h1009 #undef PL_malloc_mutex
1010 #define PL_malloc_mutex (*Perl_Gmalloc_mutex_ptr(NULL))
H A Dembedvar.h1441 #define PL_malloc_mutex (PL_Vars.Gmalloc_mutex) macro
1458 #define PL_Gmalloc_mutex PL_malloc_mutex
H A Dutil.c2120 MUTEX_LOCK(&PL_malloc_mutex); in Perl_atfork_lock()
2133 MUTEX_UNLOCK(&PL_malloc_mutex); in Perl_atfork_unlock()