Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D503101119 ENV_LOCK # Z added by devel/scanprov
/openbsd/src/gnu/usr.bin/perl/
Dutil.c2414 ENV_LOCK; in Perl_my_setenv()
2426 ENV_LOCK; in Perl_my_setenv()
2435 ENV_LOCK; in Perl_my_setenv()
2451 ENV_LOCK; in Perl_my_setenv()
5427 ENV_LOCK;
5433 ENV_LOCK;
Dperl.h7034 # define ENV_LOCK PERL_WRITE_LOCK(&PL_env_mutex) macro
7052 # define GETENV_LOCK ENV_LOCK
7056 # define ENV_LOCK NOOP macro
7144 # define gwENVr_LOCALEr_LOCK ENV_LOCK
Diperlsys.h588 # define PerlEnv_clearenv(str) (ENV_LOCK, (clearenv(str) \
Dinline.h312 ENV_LOCK; in S_PerlEnv_putenv()