tst-tls5mode.c 176 B

12345678
  1. #include "tst-tls5.h"
  2. #ifdef TLS_REGISTER
  3. static __thread int e1 = 24;
  4. static __thread char e2 [32] __attribute__ ((aligned (64)));
  5. TLS_REGISTER (e1)
  6. TLS_REGISTER (e2)
  7. #endif