Searched refs:TLS_MODEL (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/lib/libc/stdlib/
H A Dmalloc.c225 # define TLS_MODEL /* clang does not support tls_model yet */ macro
227 # define TLS_MODEL __attribute__((tls_model("initial-exec"))) macro
233 # define TLS_MODEL /* default */ macro
243 # define TLS_MODEL __attribute__((tls_model("initial-exec"))) macro
250 # define TLS_MODEL /* clang does not support tls_model yet */ macro
252 # define TLS_MODEL __attribute__((tls_model("initial-exec"))) macro
268 # define TLS_MODEL /* default */ macro
272 # define TLS_MODEL /* default */ macro
1116 static __thread arena_t *arenas_map TLS_MODEL; variable
1121 static __thread tcache_t *tcache_tls TLS_MODEL; variable
1140 static __thread bool mmap_unaligned TLS_MODEL; variable
[all...]

Completed in 41 milliseconds