Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-tls.c62 #define MONO_TLS_FAST __attribute__ ((__tls_model__("initial-exec"))) macro
72 #define MONO_TLS_FAST macro
74 #define MONO_TLS_FAST __attribute__ ((__tls_model__("local-dynamic"))) macro
80 #define MONO_TLS_FAST __attribute__ ((__tls_model__("local-exec"))) macro
85 #define MONO_TLS_FAST macro
162 static __thread gpointer mono_tls_thread MONO_TLS_FAST; variable
163 static __thread gpointer mono_tls_jit_tls MONO_TLS_FAST; variable
164 static __thread gpointer mono_tls_domain MONO_TLS_FAST; variable
165 static __thread gpointer mono_tls_lmf MONO_TLS_FAST; variable
166 static __thread gpointer mono_tls_sgen_thread_info MONO_TLS_FAST; variable
[all …]