HomeSort by: relevance | last modified time | path
    Searched refs:TLS (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/sys/
tls.h 1 /* $NetBSD: tls.h,v 1.2 2017/11/19 07:41:52 kamil Exp $ */
40 #error Only one TLS variant can be supported at a time
  /src/sys/external/isc/libsodium/dist/m4/
ax_tls.m4 11 # Provides a test for the compiler support of thread local storage (TLS)
12 # extensions. Defines TLS if it is found. Currently knows about C++11,
50 AC_MSG_CHECKING([for thread local storage (TLS) class])
71 [AC_DEFINE_UNQUOTED([TLS],[$ac_cv_tls],[If the compiler supports a TLS storage class define it to that here])
libtool.m4 4264 # sets the default TLS model and affects inlining.
4578 # sets the default TLS model and affects inlining.
  /src/sys/external/isc/libsodium/dist/src/libsodium/randombytes/salsa20/
randombytes_salsa20_random.c 73 #ifndef TLS
75 # define TLS __declspec(thread)
77 # define TLS
104 static TLS Salsa20Random stream = {
  /src/share/mk/
bsd.own.mk 983 # so don't build the _pic version. VAX has no native TLS support either,
984 # so differences between TLS models are not relevant.

Completed in 20 milliseconds