Home
last modified time | relevance | path

Searched refs:USE_LOCALE_THREADS (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dmakedef.pl156 $define{USE_LOCALE_THREADS} = 1;
161 && (! $define{HAS_SETLOCALE} || ( $define{USE_LOCALE_THREADS}
168 if ($define{USE_LOCALE_THREADS} && ! $define{NO_THREAD_SAFE_LOCALE}) {
612 unless ($define{USE_LOCALE_THREADS} && ! $define{USE_THREAD_SAFE_LOCALE}) {
Dintrpvar.h392 #if defined(USE_LOCALE) && defined(USE_LOCALE_THREADS)
792 #if defined(USE_LOCALE_THREADS) && ! defined(USE_THREAD_SAFE_LOCALE)
Dperl.h1248 # define USE_LOCALE_THREADS macro
1256 || ( defined(USE_LOCALE_THREADS) \
1266 # if defined(USE_LOCALE_THREADS) && ! defined(NO_THREAD_SAFE_LOCALE)
7067 #if ! defined(USE_LOCALE_THREADS) /* No threads, or no locales */
7367 #if ! defined(USE_LOCALE_THREADS)
Dlocale.c1027 #if defined(USE_LOCALE_THREADS) in Perl_force_locale_unlock()
1875 #if (! defined(USE_LOCALE_THREADS) && ! defined(USE_POSIX_2008_LOCALE)) \
1891 # ifndef USE_LOCALE_THREADS
1922 #elif defined(USE_LOCALE_THREADS) \
Dperl.c1186 #if defined(USE_LOCALE_THREADS) && ! defined(USE_THREAD_SAFE_LOCALE) in perl_destruct()
Dsv.c16157 #ifdef USE_LOCALE_THREADS
16192 #if defined(USE_LOCALE_THREADS) && ! defined(USE_THREAD_SAFE_LOCALE)
Dembed.h1378 # elif defined(USE_LOCALE_THREADS) && \
Dproto.h7209 # elif defined(USE_LOCALE_THREADS) && \
Dembed.fnc4583 # elif defined(USE_LOCALE_THREADS) && !defined(USE_THREAD_SAFE_LOCALE) && \