Searched refs:TLS (Results 1 - 25 of 118) sorted by relevance
12345
| /xsrc/external/mit/pixman/include/ |
| H A D | pixman-config.h | 50 #define TLS __thread macro
|
| /xsrc/external/mit/xorg-server.old/dist/m4/ |
| H A D | 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 only knows about GCC 47 AC_MSG_CHECKING(for thread local storage (TLS) class) 70 dnl AC_DEFINE([TLS], [], [If the compiler supports a TLS storage class define it to that here]) 71 AC_DEFINE_UNQUOTED([TLS], $ac_cv_tls, [If the compiler supports a TLS storage class define it to that here])
|
| H A D | libtool.m4 | 3639 # sets the default TLS model and affects inlining. 3941 # sets the default TLS model and affects inlining.
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glapi.h | 86 extern TLS void * _glapi_tls_Context
|
| H A D | glthread.h | 229 #include <support/TLS.h> 303 extern TLS struct _glapi_table * _glapi_tls_Dispatch
|
| H A D | glapi.c | 98 * In the TLS case, the variables \c _glapi_Dispatch and \c _glapi_Context are 99 * hardcoded to \c NULL. Instead the TLS variables \c _glapi_tls_Dispatch and 102 * between TLS enabled loaders and non-TLS DRI drivers. 107 PUBLIC TLS struct _glapi_table * _glapi_tls_Dispatch 110 PUBLIC TLS void * _glapi_tls_Context
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-compiler.h | 108 /* TLS */ 116 #elif defined(TLS) 119 static TLS type name;
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | dispatch.rst | 127 3.2. ELF TLS 144 :caption: TLS ``GET_DISPATCH`` Implementation 152 ``USE_ELF_TLS``. Any platform capable of using ELF TLS should use this 156 libraries can take advantage of compiler-assisted TLS. This TLS data 157 has no fixed size and does not compete with API-based TLS (``TlsAlloc``) 183 #. Using ``_glapi_tls_Dispatch`` directly in TLS enabled multithreaded 187 focus on #4 if the new platform supports TLS. Otherwise, implement #2 247 platforms, including all known platforms that support TLS, we can avoid
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 7.0.rst | 46 - Fixed a TLS / TEXTREL problem (bug 7459)
|
| H A D | 21.0.1.rst | 54 - CI: Try really hard to get updated Windows TLS certs
|
| H A D | 21.1.4.rst | 92 - pan/mdg: Fill from TLS before spilling non-SSA nodes
|
| H A D | 21.1.0.rst | 380 - panfrost: Fix TLS sizing if cores are missing 1413 - CI: Try really hard to get updated Windows TLS certs 2427 - panfrost: Set TLS for compute jobs 2821 - glapi: Support "ELF" TLS on Windows
|
| H A D | 21.2.0.rst | 553 - pan/mdg: Fix spills to TLS 2007 - android: Fix ELF TLS support. 2765 - pan/mdg: Fill from TLS before spilling non-SSA nodes
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | dix-config.h.in | 453 /* If the compiler supports a TLS storage class define it to that here */ 454 #undef TLS
|
| /xsrc/external/mit/xorg-server.old/dist/ |
| H A D | configure.ac | 590 AC_ARG_ENABLE(glx-tls, AS_HELP_STRING([--enable-glx-tls], [Build GLX with TLS support (default: auto)]), 593 AC_MSG_ERROR([GLX with TLS support requested, but the compiler does not support it.])
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/m4/ |
| H A D | libtool.m4 | 3952 # sets the default TLS model and affects inlining. 4260 # sets the default TLS model and affects inlining.
|
| /xsrc/external/mit/xf86-video-intel-old/dist/m4/ |
| H A D | libtool.m4 | 3615 # sets the default TLS model and affects inlining. 3911 # sets the default TLS model and affects inlining.
|
| /xsrc/external/mit/libXau/dist/m4/ |
| H A D | libtool.m4 | 4401 # sets the default TLS model and affects inlining. 4719 # sets the default TLS model and affects inlining.
|
| /xsrc/external/mit/libXaw/dist/m4/ |
| H A D | libtool.m4 | 4296 # sets the default TLS model and affects inlining. 4610 # sets the default TLS model and affects inlining.
|
| /xsrc/external/mit/libXcursor/dist/m4/ |
| H A D | libtool.m4 | 4296 # sets the default TLS model and affects inlining. 4610 # sets the default TLS model and affects inlining.
|
| /xsrc/external/mit/libXdmcp/dist/m4/ |
| H A D | libtool.m4 | 4284 # sets the default TLS model and affects inlining. 4598 # sets the default TLS model and affects inlining.
|
| /xsrc/external/mit/libXevie/dist/ |
| H A D | aclocal.m4 | 6016 # sets the default TLS model and affects inlining. 6318 # sets the default TLS model and affects inlining.
|
| /xsrc/external/mit/libXext/dist/m4/ |
| H A D | libtool.m4 | 4284 # sets the default TLS model and affects inlining. 4598 # sets the default TLS model and affects inlining.
|
| /xsrc/external/mit/libXfixes/dist/m4/ |
| H A D | libtool.m4 | 4284 # sets the default TLS model and affects inlining. 4598 # sets the default TLS model and affects inlining.
|
| /xsrc/external/mit/libXfont2/dist/m4/ |
| H A D | libtool.m4 | 4284 # sets the default TLS model and affects inlining. 4598 # sets the default TLS model and affects inlining.
|
Completed in 103 milliseconds
12345