Lines Matching refs:thread
4 GCC_ENABLE(tls, yes, [], [Use thread-local storage])
5 AC_CACHE_CHECK([whether the target supports thread-local storage],
57 [pthread_t thread;
61 if (pthread_create (&thread, (pthread_attr_t *)0,
64 if (pthread_join (thread, &thread_retval))
97 [Define to 1 if the target supports thread-local storage.])
102 GCC_ENABLE(tls, yes, [], [Use thread-local storage])
103 AC_CACHE_CHECK([whether the target assembler supports thread-local storage],
110 [Define to 1 if the target assembler supports thread-local storage.])
115 AC_CACHE_CHECK([whether the thread-local storage support is from emutls],
128 [Define to 1 if the target use emutls for thread-local storage.])