Home
last modified time | relevance | path

Searched defs:TLS_ATTRIBUTE (Results 1 – 6 of 6) sorted by relevance

/dragonfly/lib/libc/upmap/
HDukp_setname.c58 static __thread int fast_setname_state TLS_ATTRIBUTE; variable
59 static __thread char *thread_title TLS_ATTRIBUTE; variable
60 static __thread lwpid_t *thread_tid TLS_ATTRIBUTE; variable
HDupmap.c60 __thread ukpheader_t *__lpmap_headers TLS_ATTRIBUTE; variable
61 __thread uint32_t *__lpmap_blockallsigs TLS_ATTRIBUTE; variable
/dragonfly/lib/libc/include/
HDlibc_private.h48 #define TLS_ATTRIBUTE macro
50 #define TLS_ATTRIBUTE __attribute__ ((tls_model ("initial-exec"))) macro
/dragonfly/lib/libc/string/
HDstrtok.c45 #define TLS_ATTRIBUTE macro
111 static __thread char *last TLS_ATTRIBUTE; in strtok() local
/dragonfly/lib/libc/stdlib/
HDdmalloc.c300 #define TLS_ATTRIBUTE macro
302 #define TLS_ATTRIBUTE __attribute__ ((tls_model ("initial-exec"))); macro
305 static __thread struct slglobaldata slglobal TLS_ATTRIBUTE; variable
HDnmalloc.c328 static __thread thr_mags thread_mags TLS_ATTRIBUTE; variable