Home | History | Annotate | Download | only in jemalloc

Lines Matching full:tls_model

441 dnl Check for tls_model attribute support (clang 3.0 still lacks support).
444 JE_COMPILABLE([tls_model attribute], [],
446 __attribute__((tls_model("initial-exec"), unused)) foo;
452 [__attribute__((tls_model("initial-exec")))])