Home
last modified time | relevance | path

Searched refs:perl_mutex (Results 1 – 25 of 80) sorted by relevance

1234

/dports/lang/perl5.32/perl-5.32.1/
H A Dperlvars.h38 PERLVAR(G, op_mutex, perl_mutex) /* Mutex for op refcounting */
93 PERLVAR(G, perlio_mutex, perl_mutex) /* Mutex for perlio fd refcounts */
106 PERLVAR(G, hints_mutex, perl_mutex) /* Mutex for refcounted he refcounting */
107 PERLVAR(G, env_mutex, perl_mutex) /* Mutex for accessing ENV */
109 PERLVAR(G, locale_mutex, perl_mutex) /* Mutex for setlocale() changing */
112 PERLVAR(G, lc_numeric_mutex, perl_mutex) /* Mutex for switching LC_NUMERIC */
173 PERLVAR(G, check_mutex, perl_mutex) /* Mutex for PL_check */
193 PERLVAR(G, my_ctx_mutex, perl_mutex)
267 PERLVAR(G, dollarzero_mutex, perl_mutex) /* Modifying $0 */
278 PERLVAR(G, malloc_mutex, perl_mutex) /* Mutex for malloc */
[all …]
H A Dthread.h190 Zero((m), 1, perl_mutex); \
/dports/lang/perl5.34/perl-5.34.0/
H A Dperlvars.h38 PERLVAR(G, op_mutex, perl_mutex) /* Mutex for op refcounting */
93 PERLVAR(G, perlio_mutex, perl_mutex) /* Mutex for perlio fd refcounts */
106 PERLVAR(G, hints_mutex, perl_mutex) /* Mutex for refcounted he refcounting */
108 PERLVAR(G, locale_mutex, perl_mutex) /* Mutex related to locale handling */
110 PERLVAR(G, lc_numeric_mutex, perl_mutex) /* Mutex for switching LC_NUMERIC */
171 PERLVAR(G, check_mutex, perl_mutex) /* Mutex for PL_check */
178 PERLVAR(G, my_ctx_mutex, perl_mutex)
244 PERLVAR(G, keyword_plugin_mutex, perl_mutex) /* Mutex for PL_keyword_plugin */
252 PERLVAR(G, dollarzero_mutex, perl_mutex) /* Modifying $0 */
263 PERLVAR(G, malloc_mutex, perl_mutex) /* Mutex for malloc */
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dperlvars.h38 PERLVAR(G, op_mutex, perl_mutex) /* Mutex for op refcounting */
93 PERLVAR(G, perlio_mutex, perl_mutex) /* Mutex for perlio fd refcounts */
106 PERLVAR(G, hints_mutex, perl_mutex) /* Mutex for refcounted he refcounting */
108 PERLVAR(G, locale_mutex, perl_mutex) /* Mutex related to locale handling */
110 PERLVAR(G, lc_numeric_mutex, perl_mutex) /* Mutex for switching LC_NUMERIC */
171 PERLVAR(G, check_mutex, perl_mutex) /* Mutex for PL_check */
178 PERLVAR(G, my_ctx_mutex, perl_mutex)
244 PERLVAR(G, keyword_plugin_mutex, perl_mutex) /* Mutex for PL_keyword_plugin */
252 PERLVAR(G, dollarzero_mutex, perl_mutex) /* Modifying $0 */
263 PERLVAR(G, malloc_mutex, perl_mutex) /* Mutex for malloc */
[all …]
/dports/lang/perl5.30/perl-5.30.3/
H A Dperlvars.h38 PERLVAR(G, op_mutex, perl_mutex) /* Mutex for op refcounting */
88 PERLVAR(G, perlio_mutex, perl_mutex) /* Mutex for perlio fd refcounts */
101 PERLVAR(G, hints_mutex, perl_mutex) /* Mutex for refcounted he refcounting */
103 PERLVAR(G, locale_mutex, perl_mutex) /* Mutex for setlocale() changing */
106 PERLVAR(G, lc_numeric_mutex, perl_mutex) /* Mutex for switching LC_NUMERIC */
149 PERLVAR(G, check_mutex, perl_mutex) /* Mutex for PL_check */
169 PERLVAR(G, my_ctx_mutex, perl_mutex)
235 PERLVAR(G, keyword_plugin_mutex, perl_mutex) /* Mutex for PL_keyword_plugin */
243 PERLVAR(G, dollarzero_mutex, perl_mutex) /* Modifying $0 */
254 PERLVAR(G, malloc_mutex, perl_mutex) /* Mutex for malloc */
[all …]
H A Dthread.h190 Zero((m), 1, perl_mutex); \
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/os2/
H A Dos2thread.h6 typedef _rmutex perl_mutex; typedef
10 int os2_cond_wait(perl_cond *c, perl_mutex *m);
/dports/lang/perl5.30/perl-5.30.3/os2/
H A Dos2thread.h6 typedef _rmutex perl_mutex; typedef
10 int os2_cond_wait(perl_cond *c, perl_mutex *m);
/dports/lang/perl5.32/perl-5.32.1/os2/
H A Dos2thread.h6 typedef _rmutex perl_mutex; typedef
10 int os2_cond_wait(perl_cond *c, perl_mutex *m);
/dports/lang/perl5.34/perl-5.34.0/os2/
H A Dos2thread.h6 typedef _rmutex perl_mutex; typedef
10 int os2_cond_wait(perl_cond *c, perl_mutex *m);
/dports/lang/perl5.32/perl-5.32.1/NetWare/
H A Dnw5thread.h55 typedef MUTEX perl_mutex; typedef
89 typedef unsigned long perl_mutex; typedef
/dports/lang/perl5.30/perl-5.30.3/NetWare/
H A Dnw5thread.h55 typedef MUTEX perl_mutex; typedef
89 typedef unsigned long perl_mutex; typedef
/dports/lang/perl5.34/perl-5.34.0/NetWare/
H A Dnw5thread.h55 typedef MUTEX perl_mutex; typedef
89 typedef unsigned long perl_mutex; typedef
/dports/math/p5-Math-Prime-Util/Math-Prime-Util-0.73/
H A Dthreadlock.h28 static perl_mutex x ## _mutex
31 static perl_mutex x ## _mutex; \
/dports/lang/perl5.34/perl-5.34.0/win32/
H A Dwin32thread.h16 typedef CRITICAL_SECTION perl_mutex; typedef
24 typedef HANDLE perl_mutex; typedef
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/win32/
H A Dwin32thread.h16 typedef CRITICAL_SECTION perl_mutex; typedef
24 typedef HANDLE perl_mutex; typedef
/dports/lang/perl5.30/perl-5.30.3/win32/
H A Dwin32thread.h16 typedef CRITICAL_SECTION perl_mutex; typedef
24 typedef HANDLE perl_mutex; typedef
/dports/lang/perl5.32/perl-5.32.1/win32/
H A Dwin32thread.h16 typedef CRITICAL_SECTION perl_mutex; typedef
24 typedef HANDLE perl_mutex; typedef
/dports/devel/p5-Class-XSAccessor/Class-XSAccessor-1.19/
H A Dcxsa_locking.h16 perl_mutex mutex;
/dports/www/p5-Net-Curl/Net-Curl-0.44/
H A DCurl_Share.xsh15 perl_mutex mutex[ CURL_LOCK_DATA_LAST ];
17 perl_mutex mutex_threads;
/dports/www/mod_perl2/mod_perl-2.0.11/src/modules/perl/
H A Dmodperl_global.h22 perl_mutex glock;
H A Dmodperl_types.h94 perl_mutex tiplock;
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/
H A Dsc_ssl_mod_def.h37 extern perl_mutex dbg_mem_lock;
185 perl_mutex thread_lock;
/dports/net/p5-Socket-Class/Socket-Class-2.258/
H A Dsocket_class.h135 extern perl_mutex dbg_mem_lock;
351 perl_mutex thread_lock;
/dports/devel/p5-File-Map/File-Map-0.67/lib/File/
H A DMap.xs81 perl_mutex count_mutex;
82 perl_mutex data_mutex;

1234