Home
last modified time | relevance | path

Searched refs:PL_thr_key (Results 1 – 25 of 38) sorted by relevance

12

/dports/lang/perl5.32/perl-5.32.1/NetWare/
H A Dnw5thread.c39 fnAddThreadCtx(PL_thr_key, t); in Perl_set_context()
52 return(fnGetThreadCtx(PL_thr_key)); in Perl_get_context()
68 return(fnRemoveThreadCtx(PL_thr_key)); in Remove_Thread_Ctx()
/dports/lang/perl5.30/perl-5.30.3/NetWare/
H A Dnw5thread.c39 fnAddThreadCtx(PL_thr_key, t); in Perl_set_context()
52 return(fnGetThreadCtx(PL_thr_key)); in Perl_get_context()
68 return(fnRemoveThreadCtx(PL_thr_key)); in Remove_Thread_Ctx()
/dports/lang/perl5.34/perl-5.34.0/NetWare/
H A Dnw5thread.c39 fnAddThreadCtx(PL_thr_key, t); in Perl_set_context()
52 return(fnGetThreadCtx(PL_thr_key)); in Perl_get_context()
68 return(fnRemoveThreadCtx(PL_thr_key)); in Remove_Thread_Ctx()
/dports/lang/perl5.30/perl-5.30.3/win32/
H A Dwin32thread.c16 TlsSetValue(PL_thr_key,t); in Perl_set_context()
30 void *result = TlsGetValue(PL_thr_key); in Perl_get_context()
H A Dwin32thread.h157 if ((PL_thr_key = TlsAlloc()) == TLS_OUT_OF_INDEXES) { \
165 TlsFree(PL_thr_key); \
/dports/lang/perl5.32/perl-5.32.1/win32/
H A Dwin32thread.c16 TlsSetValue(PL_thr_key,t); in Perl_set_context()
30 void *result = TlsGetValue(PL_thr_key); in Perl_get_context()
H A Dwin32thread.h157 if ((PL_thr_key = TlsAlloc()) == TLS_OUT_OF_INDEXES) { \
165 TlsFree(PL_thr_key); \
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/win32/
H A Dwin32thread.c16 TlsSetValue(PL_thr_key,t); in Perl_set_context()
30 void *result = TlsGetValue(PL_thr_key); in Perl_get_context()
H A Dwin32thread.h151 if ((PL_thr_key = TlsAlloc()) == TLS_OUT_OF_INDEXES) { \
159 TlsFree(PL_thr_key); \
/dports/lang/perl5.34/perl-5.34.0/win32/
H A Dwin32thread.c16 TlsSetValue(PL_thr_key,t); in Perl_set_context()
30 void *result = TlsGetValue(PL_thr_key); in Perl_get_context()
H A Dwin32thread.h151 if ((PL_thr_key = TlsAlloc()) == TLS_OUT_OF_INDEXES) { \
159 TlsFree(PL_thr_key); \
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dthread.h391 if ((_eC_ = pthread_setspecific(PL_thr_key, PL_current_context = (void *)(t)))) \
400 # define PERL_GET_CONTEXT PTHREAD_GETSPECIFIC(PL_thr_key)
407 if ((_eC_ = pthread_setspecific(PL_thr_key, (void *)(t)))) \
423 if (pthread_key_create(&PL_thr_key, 0)) { \
433 pthread_key_delete(PL_thr_key); \
H A Dmakedef.pl361 ++$skip{PL_thr_key};
/dports/lang/perl5.30/perl-5.30.3/
H A Dthread.h318 # define PERL_GET_CONTEXT PTHREAD_GETSPECIFIC(PL_thr_key)
325 if ((_eC_ = pthread_setspecific(PL_thr_key, (void *)(t)))) \
340 if (pthread_key_create(&PL_thr_key, 0)) { \
350 pthread_key_delete(PL_thr_key); \
H A Dperlapi.h236 #undef PL_thr_key
237 #define PL_thr_key (*Perl_Gthr_key_ptr(NULL))
H A Dmakedef.pl364 ++$skip{PL_thr_key};
H A Dembedvar.h488 #define PL_thr_key (my_vars->Gthr_key) macro
/dports/lang/perl5.32/perl-5.32.1/
H A Dthread.h318 # define PERL_GET_CONTEXT PTHREAD_GETSPECIFIC(PL_thr_key)
325 if ((_eC_ = pthread_setspecific(PL_thr_key, (void *)(t)))) \
340 if (pthread_key_create(&PL_thr_key, 0)) { \
350 pthread_key_delete(PL_thr_key); \
H A Dperlapi.h206 #undef PL_thr_key
207 #define PL_thr_key (*Perl_Gthr_key_ptr(NULL))
H A Dmakedef.pl361 ++$skip{PL_thr_key};
H A Dembedvar.h489 #define PL_thr_key (my_vars->Gthr_key) macro
/dports/lang/perl5.34/perl-5.34.0/
H A Dthread.h383 # define PERL_GET_CONTEXT PTHREAD_GETSPECIFIC(PL_thr_key)
390 if ((_eC_ = pthread_setspecific(PL_thr_key, (void *)(t)))) \
405 if (pthread_key_create(&PL_thr_key, 0)) { \
415 pthread_key_delete(PL_thr_key); \
H A Dmakedef.pl359 ++$skip{PL_thr_key};
/dports/sysutils/p5-BackupPC-XS/
H A D.PLIST.readelf52 0000000341e8 001f00000006 R_X86_64_GLOB_DAT 0000000000000000 PL_thr_key + 0
/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxperl.cpp120 #ifdef PL_thr_key
216 #define PL_thr_key (*G_PL_thr_key) macro
293 PERL_FUNC(PL_thr_key)

12